rubocop: ignore conference class length warning
This commit is contained in:
parent
b9b7a4d97d
commit
b1826a1abc
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ Metrics/BlockNesting:
|
|||
|
||||
Metrics/ClassLength:
|
||||
Max: 575
|
||||
Exclude:
|
||||
- 'app/models/conference.rb'
|
||||
|
||||
# avoid redundunt curly braces when it is obvious that hash is used
|
||||
Style/BracesAroundHashParameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue