Skip to content

Commit

Permalink
avoid Style/HashSyntax EnforcedShorthandSyntax cop
Browse files Browse the repository at this point in the history
  • Loading branch information
eringold committed Aug 27, 2024
1 parent 28b8f3c commit 82def75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ Naming/FileName:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false
Enabled: false

Style/HashSyntax:
EnforcedShorthandSyntax: either

0 comments on commit 82def75

Please sign in to comment.