Skip to content

Commit

Permalink
Merge pull request #77 from voxpupuli/hash-table
Browse files Browse the repository at this point in the history
Layout/HashAlignment: Allow both key and table styles
  • Loading branch information
ekohl authored May 20, 2022
2 parents 6db2eb1 + 00ea471 commit 93bfef3
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 @@ -139,6 +139,8 @@ Layout/ArrayAlignment:

Layout/HashAlignment:
Enabled: True
EnforcedHashRocketStyle: [key, table]
EnforcedColonStyle: [key, table]

Layout/ParameterAlignment:
Enabled: True
Expand Down

0 comments on commit 93bfef3

Please sign in to comment.