From ccbf27a16ac2b1ea166764c56887441018f10815 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 20 Jul 2017 15:01:58 +0200 Subject: [PATCH] Update rubocop part in the README We now need to run it with the -R flag so that Rails cops are run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bd0ab692..4c97771a0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Pour exécuter les tests de l'application, plusieurs possibilités : ## Linting -- Faire tourner RuboCop : `bundle exec rubocop` +- Faire tourner RuboCop : `bundle exec rubocop -R` - 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/`