Skip to content

Commit f660d51

Browse files
committed
Bump up RuboCop limits
1 parent 9da0864 commit f660d51

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.rubocop.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ Style/TrailingComma:
2222
Style/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

3627
Style/HashSyntax:

.rubocop_todo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Offense count: 2
1010
Metrics/AbcSize:
11-
Max: 80
11+
Max: 85
1212

1313
# Offense count: 1
1414
Metrics/BlockNesting:
@@ -20,7 +20,7 @@ Metrics/ClassLength:
2020

2121
# Offense count: 2
2222
Metrics/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.
3232
Metrics/MethodLength:
33-
Max: 50
33+
Max: 60
3434

3535
# Offense count: 1
3636
Metrics/PerceivedComplexity:

0 commit comments

Comments
 (0)