chore(lint): +haml-link on app/components
This commit is contained in:
parent
959b770c52
commit
2c1e9a4fa2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
task :lint do
|
||||
sh "bundle exec rubocop --parallel"
|
||||
sh "bundle exec haml-lint app/views/"
|
||||
sh "bundle exec haml-lint app/views/ app/components/"
|
||||
sh "bundle exec scss-lint app/assets/stylesheets/"
|
||||
sh "bundle exec i18n-tasks missing --locales fr"
|
||||
sh "bundle exec i18n-tasks unused --locale en" # TODO: check for all locales
|
||||
|
|
Loading…
Reference in a new issue