Rubocop class length increased
Rubocop class length increased in 5 lines as app/models/conference.rb had too many lines.
This commit is contained in:
parent
bf7f5ce09f
commit
1559b29d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ Metrics/BlockNesting:
|
||||||
Max: 4
|
Max: 4
|
||||||
|
|
||||||
Metrics/ClassLength:
|
Metrics/ClassLength:
|
||||||
Max: 570
|
Max: 575
|
||||||
|
|
||||||
# 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