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:
2222Style/TrivialAccessors :
2323 AllowPredicates : true
2424
25- Metrics/AbcSize :
26- Max : 82
27-
28- Metrics/CyclomaticComplexity :
29- Max : 28
30-
31- Metrics/MethodLength :
32- Max : 55
33-
3425# TODO: remove when we end support for < 1.9.3
3526
3627Style/HashSyntax :
Original file line number Diff line number Diff line change 88
99# Offense count: 2
1010Metrics/AbcSize :
11- Max : 80
11+ Max : 85
1212
1313# Offense count: 1
1414Metrics/BlockNesting :
@@ -20,7 +20,7 @@ Metrics/ClassLength:
2020
2121# Offense count: 2
2222Metrics/CyclomaticComplexity :
23- Max : 26
23+ Max : 30
2424
2525# Offense count: 290
2626# Configuration parameters: AllowURI, URISchemes.
@@ -30,7 +30,7 @@ Metrics/LineLength:
3030# Offense count: 5
3131# Configuration parameters: CountComments.
3232Metrics/MethodLength :
33- Max : 50
33+ Max : 60
3434
3535# Offense count: 1
3636Metrics/PerceivedComplexity :
You can’t perform that action at this time.
0 commit comments