From 2e73c3f67b1b2060e67eb494d4c5e40c788d470e Mon Sep 17 00:00:00 2001 From: Ana Date: Mon, 4 Jul 2016 18:22:10 +0200 Subject: [PATCH] Rubocop class length increased --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index bbe91768..98897ae2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -95,7 +95,7 @@ Metrics/BlockNesting: Max: 4 Metrics/ClassLength: - Max: 560 + Max: 570 # avoid redundunt curly braces when it is obvious that hash is used Style/BracesAroundHashParameters: