Skip to content

Commit

Permalink
Disable Style/HashSyntax cop
Browse files Browse the repository at this point in the history
The gem still supports older rubies so we can't use this fancy new
syntax just yet.
  • Loading branch information
peteryates committed Feb 1, 2022
1 parent daf4b7d commit b1ec8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ Style/CommentAnnotation:
Enabled: false
Style/EmptyCaseCondition:
Enabled: false
Style/HashSyntax:
Enabled: false
Style/FormatString:
EnforcedStyle: format

0 comments on commit b1ec8e3

Please sign in to comment.