10 extra lines added to Rubocop ClassLength

This commit is contained in:
Ana 2016-06-30 10:17:44 +02:00
parent 460d117d7a
commit 1f7c903f2f

View file

@ -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: