Update rubocop part in the README
We now need to run it with the -R flag so that Rails cops are run
This commit is contained in:
parent
4d3bf972d8
commit
ccbf27a16a
1 changed files with 1 additions and 1 deletions
|
@ -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/`
|
||||
|
|
Loading…
Reference in a new issue