Skip to content

Commit

Permalink
configure rubocop to run with --lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Oct 4, 2024
1 parent 432b5e1 commit b7f3a60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bosh_aws_cpi/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AllCops:
NewCops: enable
DisabledByDefault: true
SuggestExtensions: false

Lint:
Enabled: true # equivalent to `--lint`

0 comments on commit b7f3a60

Please sign in to comment.