File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change
1
+ AllCops :
2
+ NewCops : enable
3
+
4
+ Layout/LineLength :
5
+ Max : 80
6
+
1
7
Lint/AssignmentInCondition :
2
8
Enabled : false
3
9
4
10
Metrics/AbcSize :
5
- Max : 30
11
+ Max : 40
6
12
7
13
Metrics/BlockLength :
8
14
CountComments : true
9
15
Max : 25
10
- ExcludedMethods : []
16
+ IgnoredMethods : []
11
17
Exclude :
12
18
- " spec/**/*"
13
19
@@ -17,22 +23,23 @@ Metrics/ClassLength:
17
23
Metrics/CyclomaticComplexity :
18
24
Enabled : false
19
25
20
- Metrics/LineLength :
21
- Max : 80
22
-
23
26
Metrics/MethodLength :
24
27
Max : 20
25
28
29
+ Metrics/ModuleLength :
30
+ Max : 300
31
+
32
+ Metrics/ParameterLists :
33
+ Max : 20
34
+
26
35
Naming/BinaryOperatorParameterName :
27
36
Enabled : false
28
37
29
38
Style/AsciiComments :
30
39
Enabled : false
31
40
32
41
Style/LambdaCall :
33
- SupportedStyles :
34
- - call
35
- - braces
42
+ EnforcedStyle : braces
36
43
37
44
Style/StringLiterals :
38
45
EnforcedStyle : double_quotes
You can’t perform that action at this time.
0 commit comments