Skip to content

Commit

Permalink
Add a rubocop config using voxpupuli-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 23, 2021
1 parent 179b025 commit 9a32462
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: bundle exec rake validate
- name: Run rake lint
run: bundle exec rake lint
- name: Run rake validate
run: bundle exec rake rubocop
- name: Setup Test Matrix
id: get_outputs
run: bundle exec metadata2gha --use-fqdn --pidfile-workaround <%= @configs['pidfile_workaround'] %>
Expand Down
8 changes: 8 additions & 0 deletions moduleroot/.rubocop.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
inherit_gem:
voxpupuli-test: rubocop.yml

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: consistent_comma

Layout/DotPosition:
EnforcedStyle: leading

0 comments on commit 9a32462

Please sign in to comment.