diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index d907af5955..8fdc629d97 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -802,6 +802,9 @@ Style/ReturnNilInPredicateMethodDefinition: Style/RedundantReturn: Enabled: false +Style/MapIntoArray: + Enabled: false + ###### # LINT ######