Skip to content

Commit

Permalink
Remove Style/BracesAroundHashParameters cop
Browse files Browse the repository at this point in the history
- As of RuboCop 0.80, this has [been removed](rubocop/rubocop#7641) for compatibility with Ruby 2.7 and later.
  • Loading branch information
issyl0 committed Mar 3, 2020
1 parent 2c28e40 commit a6cea3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/other-style.yml
Expand Up @@ -58,10 +58,6 @@ Style/BlockDelimiters:
Prefer {...} over do...end for single-line blocks.
Enabled: false

Style/BracesAroundHashParameters:
Description: 'Enforce braces style inside hash parameters.'
Enabled: true

Style/CaseEquality:
Description: 'Avoid explicit use of the case equality operator(===).'
Enabled: false
Expand Down

0 comments on commit a6cea3a

Please sign in to comment.