Add brakeman to the README

This commit is contained in:
gregoirenovel 2017-07-20 15:01:27 +02:00
parent 67d596c360
commit 4d3bf972d8

View file

@ -74,6 +74,7 @@ Pour exécuter les tests de l'application, plusieurs possibilités :
## Linting
- Faire tourner RuboCop : `bundle exec rubocop`
- Faire tourner Brakeman : `bundle exec brakeman -z`
- Linter les fichiers HAML : `bundle exec haml-lint app/views/`
- Linter les fichiers SCSS : `bundle exec scss-lint app/assets/stylesheets/`