File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,6 @@ Style/TrailingComma:
22
22
Style/TrivialAccessors :
23
23
AllowPredicates : true
24
24
25
- Metrics/AbcSize :
26
- Max : 82
27
-
28
- Metrics/CyclomaticComplexity :
29
- Max : 28
30
-
31
- Metrics/MethodLength :
32
- Max : 55
33
-
34
25
# TODO: remove when we end support for < 1.9.3
35
26
36
27
Style/HashSyntax :
Original file line number Diff line number Diff line change 8
8
9
9
# Offense count: 2
10
10
Metrics/AbcSize :
11
- Max : 80
11
+ Max : 85
12
12
13
13
# Offense count: 1
14
14
Metrics/BlockNesting :
@@ -20,7 +20,7 @@ Metrics/ClassLength:
20
20
21
21
# Offense count: 2
22
22
Metrics/CyclomaticComplexity :
23
- Max : 26
23
+ Max : 30
24
24
25
25
# Offense count: 290
26
26
# Configuration parameters: AllowURI, URISchemes.
@@ -30,7 +30,7 @@ Metrics/LineLength:
30
30
# Offense count: 5
31
31
# Configuration parameters: CountComments.
32
32
Metrics/MethodLength :
33
- Max : 50
33
+ Max : 60
34
34
35
35
# Offense count: 1
36
36
Metrics/PerceivedComplexity :
You can’t perform that action at this time.
0 commit comments