10 extra lines added to Rubocop ClassLength
This commit is contained in:
parent
460d117d7a
commit
1f7c903f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ Metrics/BlockNesting:
|
||||||
Max: 4
|
Max: 4
|
||||||
|
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 550
|
Max: 560
|
||||||
|
|
||||||
# avoid redundunt curly braces when it is obvious that hash is used
|
# avoid redundunt curly braces when it is obvious that hash is used
|
||||||
Style/BracesAroundHashParameters:
|
Style/BracesAroundHashParameters:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue