Add brakeman to the CI config

This commit is contained in:
gregoirenovel 2017-07-20 15:01:21 +02:00
parent a11e2a7180
commit 67d596c360

View file

@ -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/