Skip to content

Commit

Permalink
rubocop - consistent hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored May 8, 2024
1 parent de55254 commit fecfde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Layout/EmptyLinesAroundModuleBody:
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
Style/HashSyntax:
Enabled: true
EnforcedShorthandSyntax: consistent

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

0 comments on commit fecfde6

Please sign in to comment.