Excluded conference_spec from block cop

Fixes #1333
This commit is contained in:
Siddhant Bajaj 2017-04-25 16:36:43 +05:30
parent 7ff34c5b23
commit dc865abaaa

View file

@ -120,6 +120,10 @@ Metrics/ClassLength:
Exclude:
- 'app/models/conference.rb'
Metrics/BlockLength:
Exclude:
- 'spec/models/conference_spec.rb'
#################### Lint ###############################
# Wrap your assignment in condition if you mean it, otherwise it is most likely equality check