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: