Update rubocop class length limit.
This commit is contained in:
parent
cdbecf339e
commit
4cd2d22788
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Metrics/BlockNesting:
|
||||||
# Offense count: 62
|
# Offense count: 62
|
||||||
# Configuration parameters: CountComments.
|
# Configuration parameters: CountComments.
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 1764
|
Max: 1766
|
||||||
|
|
||||||
# Offense count: 69
|
# Offense count: 69
|
||||||
Metrics/CyclomaticComplexity:
|
Metrics/CyclomaticComplexity:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue