Skip to content

Commit 305ce9c

Browse files
Add .rubocop.yml
1 parent 4b0383c commit 305ce9c

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.rubocop.yml

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Custom config for RuboCop static code analysis
2-
32
Metrics/LineLength:
43
Max: 125
5-
6-
Style/ConstantName:
7-
Enabled: false
8-
94
Metrics/MethodLength:
105
Max: 30
6+
Metrics/CyclomaticComplexity:
7+
Enabled: false
8+
Metrics/PerceivedComplexity:
9+
Enabled: false
10+
Metrics/MethodLength:
11+
Enabled: false
12+
Metrics/AbcSize:
13+
Enabled: false
14+
Style/Documentation:
15+
Enabled: false
16+
Style/RegexpLiteral:
17+
Enabled: false
18+
Style/ConstantName:
19+
Enabled: false
20+
# blocked on https://github.com/appium/ruby_lib/issues/312
21+
Style/GlobalVars:
22+
Enabled: false

0 commit comments

Comments
 (0)