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 3c104a2 commit a95d481Copy full SHA for a95d481
.rubocop.yml
@@ -1,25 +1,27 @@
1
2
MethodLength:
3
- Max: 200
+ Max: 200
4
5
LineLength:
6
- Max: 160
+ Max: 160
7
+
8
+AbcSize:
9
+ Max: 50
10
11
FileName:
- Enabled: false
12
+ Enabled: false
13
14
PerceivedComplexity:
15
16
17
CyclomaticComplexity:
18
19
20
ClassLength:
21
22
23
IfUnlessModifier:
24
25
26
RegexpLiteral:
-
27
0 commit comments