We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0383c commit 305ce9cCopy full SHA for 305ce9c
.rubocop.yml
@@ -1,10 +1,22 @@
1
# Custom config for RuboCop static code analysis
2
-
3
Metrics/LineLength:
4
Max: 125
5
6
-Style/ConstantName:
7
- Enabled: false
8
9
Metrics/MethodLength:
10
Max: 30
+Metrics/CyclomaticComplexity:
+ Enabled: false
+Metrics/PerceivedComplexity:
+Metrics/MethodLength:
11
12
+Metrics/AbcSize:
13
14
+Style/Documentation:
15
16
+Style/RegexpLiteral:
17
18
+Style/ConstantName:
19
20
+# blocked on https://github.com/appium/ruby_lib/issues/312
21
+Style/GlobalVars:
22
0 commit comments