Add brakeman to the CI config
This commit is contained in:
parent
a11e2a7180
commit
67d596c360
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ jobs:
|
|||
- run:
|
||||
name: Run rubocop
|
||||
command: bundle exec rubocop -R
|
||||
- run:
|
||||
name: Run brakeman
|
||||
command: bundle exec brakeman -z
|
||||
- run:
|
||||
name: Run haml-lint
|
||||
command: bundle exec haml-lint app/views/
|
||||
|
|
Loading…
Reference in a new issue