Skip to content

Commit

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

# Method definitions after `private` or `protected` isolated calls need one
# extra level of indentation.
Expand Down

0 comments on commit 10916ce

Please sign in to comment.