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:
|
- run:
|
||||||
name: Run rubocop
|
name: Run rubocop
|
||||||
command: bundle exec rubocop -R
|
command: bundle exec rubocop -R
|
||||||
|
- run:
|
||||||
|
name: Run brakeman
|
||||||
|
command: bundle exec brakeman -z
|
||||||
- run:
|
- run:
|
||||||
name: Run haml-lint
|
name: Run haml-lint
|
||||||
command: bundle exec haml-lint app/views/
|
command: bundle exec haml-lint app/views/
|
||||||
|
|
Loading…
Reference in a new issue