Add the haml-lint command to the README
This commit is contained in:
parent
0c41509d70
commit
ba94779705
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ Pour éxécuter les tests de l'application, plusieurs possibilités :
|
|||
rake spec SPEC=file_path/file_name_spec.rb
|
||||
rspec file_path/file_name_spec.rb
|
||||
|
||||
## Linting
|
||||
|
||||
- Linter les fichiers HAML : `bundle exec haml-lint app/views/`
|
||||
|
||||
## Regénérer les binstubs
|
||||
|
||||
|
|
Loading…
Reference in a new issue