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: