Skip to content

Commit

Permalink
Align rubocop omakase settings to rufo
Browse files Browse the repository at this point in the history
  • Loading branch information
tvararu committed Jun 23, 2024
1 parent be65621 commit 93371cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
inherit_gem:
rubocop-rails-omakase: rubocop.yml

Layout/SpaceInsideArrayLiteralBrackets:
EnforcedStyle: no_space

Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma

0 comments on commit 93371cb

Please sign in to comment.