From 1559b29d2d381b45f2c5052e54cf570fd70afef5 Mon Sep 17 00:00:00 2001 From: Ana Date: Fri, 15 Jul 2016 13:55:21 +0200 Subject: [PATCH] Rubocop class length increased Rubocop class length increased in 5 lines as app/models/conference.rb had too many lines. --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 98897ae2..7da4d8d5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -95,7 +95,7 @@ Metrics/BlockNesting: Max: 4 Metrics/ClassLength: - Max: 570 + Max: 575 # avoid redundunt curly braces when it is obvious that hash is used Style/BracesAroundHashParameters: