Skip to content

Commit

Permalink
Add a rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 5, 2020
1 parent 8def28d commit 2c1efc0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions moduleroot/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inherit_gem:
voxpupuli-test: rubocop.yml

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma

Layout/DotPosition:
EnforcedStyle: leading

0 comments on commit 2c1efc0

Please sign in to comment.