Include linters in all suites
This commit is contained in:
parent
4409e7998c
commit
771adb8914
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $TEST_SUITE in
|
case $TEST_SUITE in
|
||||||
linters)
|
linters|all)
|
||||||
bundle exec rubocop -Dc .rubocop.yml
|
bundle exec rubocop -Dc .rubocop.yml
|
||||||
bundle exec haml-lint app/views
|
bundle exec haml-lint app/views
|
||||||
;;&
|
;;&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue