rubocop: ignore conference class length warning

This commit is contained in:
Rishabh Saxena 2016-09-04 10:23:25 +05:30
parent b9b7a4d97d
commit b1826a1abc
No known key found for this signature in database
GPG key ID: FA3BDC38A9CB6807

View file

@ -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: