diff --git a/.rubocop.yml b/.rubocop.yml index f11f7d6156d..5a6bee2f656 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,9 +27,6 @@ Style/TrailingCommaInArguments: Style/TrailingCommaInArrayLiteral: Enabled: false -Style/TrailingCommaInBlockArgs: - Enabled: false - Performance/CaseWhenSplat: Enabled: true