diff --git a/.rubocop.yml b/.rubocop.yml index 89066291..a67e3d95 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -268,3 +268,7 @@ Naming/VariableNumber: Naming/BinaryOperatorParameterName: Enabled: false + +Style/MapIntoArray: + Exclude: + - "spec/**/*.rb"