diff --git a/.rubocop.yml b/.rubocop.yml index 58ea02bcf..5557d7814 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -22,3 +22,9 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false + +# No need to force reduce to use |a, e| as parameters. +# Configuration parameters: Methods. +Style/SingleLineBlockParams: + Enabled: false +