From 4d3bf972d8c150a194c7af8019ed5f6f9707e417 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 20 Jul 2017 15:01:27 +0200 Subject: [PATCH] Add brakeman to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02e3a3db2..9bd0ab692 100644 --- a/README.md +++ b/README.md @@ -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/`