temp rubocop squelch

This commit is contained in:
Mark Moser 2016-08-02 15:55:37 -05:00
parent d5052644c2
commit 02007b8871

View File

@ -43,6 +43,11 @@ Metrics/AbcSize:
- db/migrate/**/*
Max: 20
# TODO: remove this cop exception after refactor
Metrics/ClassLength:
Exclude:
- app/controllers/candidate_controller.rb
Metrics/LineLength:
Max: 110
Exclude:
@ -54,4 +59,3 @@ Metrics/LineLength:
Metrics/MethodLength:
Exclude:
- db/migrate/*
# - app/controllers/*