Merge pull request #1271 from betagouv/rubocop-options
Set the RunRailsCops option in the rubocop config
This commit is contained in:
commit
d2f93b3441
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ jobs:
|
|||
- *bundle_install
|
||||
- run:
|
||||
name: Run rubocop
|
||||
command: bundle exec rubocop -R
|
||||
command: bundle exec rubocop
|
||||
- run:
|
||||
name: Run brakeman
|
||||
command: bundle exec brakeman -z
|
||||
|
|
|
@ -621,7 +621,7 @@ Rails/Validation:
|
|||
Enabled: false
|
||||
|
||||
Rails:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
RSpec/Focused:
|
||||
Enabled: true
|
||||
|
|
|
@ -119,7 +119,7 @@ Pour exécuter les tests de l'application, plusieurs possibilités :
|
|||
|
||||
## Linting
|
||||
|
||||
- Faire tourner RuboCop : `bundle exec rubocop -R`
|
||||
- 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/`
|
||||
|
|
Loading…
Reference in a new issue