chore(lint): +haml-link on app/components

This commit is contained in:
Colin Darie 2022-11-21 15:41:28 +01:00
parent 959b770c52
commit 2c1e9a4fa2

View file

@ -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