From 02007b88717187ea39a86ceab3859e02d68d3e6d Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Tue, 2 Aug 2016 15:55:37 -0500 Subject: [PATCH] temp rubocop squelch --- .rubocop.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 2ad2401..597ee1d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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/*