From 771adb89146069e69d181431a8620f8e02d8fa22 Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 4 Mar 2021 22:50:37 -0800 Subject: [PATCH] Include linters in all suites --- bin/travis_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/travis_script.sh b/bin/travis_script.sh index 57ca8aa5..dfcbfcac 100755 --- a/bin/travis_script.sh +++ b/bin/travis_script.sh @@ -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 ;;&