Include linters in all suites

This commit is contained in:
CactusPuppy 2021-03-04 22:50:37 -08:00
parent 4409e7998c
commit 771adb8914
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -12,7 +12,7 @@ else
fi
case $TEST_SUITE in
linters)
linters|all)
bundle exec rubocop -Dc .rubocop.yml
bundle exec haml-lint app/views
;;&