Skip to content

Commit

Permalink
Update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored May 8, 2024
1 parent 10916ce commit 0a27609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ Layout/EmptyLinesAroundModuleBody:
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
Style/HashSyntax:
Enabled: true
EnforcedShorthandSyntax: never
# TODO: This is not preferred, but was followed and undoing it is more annoying...
EnforcedShorthandSyntax: always
# TODO: Enable this after upgrading rubocop, consistent would be preferred over never
# EnforcedShorthandSyntax: consistent

Expand Down

0 comments on commit 0a27609

Please sign in to comment.