This rule was removed from Rubocop due to different behavior in Ruby 3.

See: https://github.com/rubocop-hq/rubocop/issues/7641
This commit is contained in:
Robin Ward 2020-02-19 13:43:45 -05:00
parent eaf516a5ad
commit 812119f673
1 changed files with 0 additions and 5 deletions

View File

@ -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