.rubocop_todo.yml: Increase Metrics/ClassLength from 279 -> 299
This commit is contained in:
parent
3e69a4512f
commit
393914d35b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Metrics/BlockNesting:
|
||||||
# Offense count: 26
|
# Offense count: 26
|
||||||
# Configuration parameters: CountComments, CountAsOne.
|
# Configuration parameters: CountComments, CountAsOne.
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 297
|
Max: 299
|
||||||
|
|
||||||
# Offense count: 59
|
# Offense count: 59
|
||||||
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
# Configuration parameters: AllowedMethods, AllowedPatterns.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue