Set the RunRailsCops option in the rubocop config
Instead of relying on a flag
This commit is contained in:
parent
c76097ef55
commit
d5f55cb360
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ jobs:
|
|||
- *bundle_install
|
||||
- run:
|
||||
name: Run rubocop
|
||||
command: bundle exec rubocop -R
|
||||
command: bundle exec rubocop
|
||||
- run:
|
||||
name: Run brakeman
|
||||
command: bundle exec brakeman -z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue