Skip to content

Commit

Permalink
Removed BracesAroundHashParameters
Browse files Browse the repository at this point in the history
 BracesAroundHashParameters has been removed due to updated standards
 for ruby. More info found at:
 rubocop/rubocop#7641
  • Loading branch information
oedbro committed Oct 3, 2020
1 parent 445ae3c commit 4d20969
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .rubocop_shopify_styleguide.yml
Expand Up @@ -69,13 +69,6 @@ Style/BlockDelimiters:
- proc
- it

Style/BracesAroundHashParameters:
EnforcedStyle: no_braces
SupportedStyles:
- braces
- no_braces
- context_dependent

Layout/CaseIndentation:
EnforcedStyle: end
SupportedStyles:
Expand Down

0 comments on commit 4d20969

Please sign in to comment.