From 1f7c903f2ff8c18cb1561ea3ae1e5de2974d7898 Mon Sep 17 00:00:00 2001 From: Ana Date: Thu, 30 Jun 2016 10:17:44 +0200 Subject: [PATCH] 10 extra lines added to Rubocop ClassLength --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 512bef00..bbe91768 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -95,7 +95,7 @@ Metrics/BlockNesting: Max: 4 Metrics/ClassLength: - Max: 550 + Max: 560 # avoid redundunt curly braces when it is obvious that hash is used Style/BracesAroundHashParameters: