diff --git a/.rubocop.yml b/.rubocop.yml index 3175750f5..ca3696b9b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -825,6 +825,9 @@ Style/RaiseArgs: Style/RedundantArgument: Enabled: true +Style/RedundantArrayFlatten: + Enabled: true + Style/RedundantBegin: Enabled: true