diff --git a/.rubocop.yml b/.rubocop.yml index 0a15cd98e3..1e682c1045 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -19,11 +19,6 @@ Style/AndOr: Style/FrozenStringLiteralComment: Enabled: true -# Do not use braces for hash literals when they are the last argument of a -# method call. -Style/BracesAroundHashParameters: - Enabled: true - # Align `when` with `case`. Layout/CaseIndentation: Enabled: true