diff --git a/.gitlab/ci/pre.yml b/.gitlab/ci/pre.yml index bdb7e4958..f8c251604 100644 --- a/.gitlab/ci/pre.yml +++ b/.gitlab/ci/pre.yml @@ -19,7 +19,7 @@ shellcheck: before_script: - echo "Disable default before_script." script: - - shellcheck -S error $(find . -name "*.sh" | grep -v "/vendor/") + - shellcheck -S warning $(find . -name "*.sh" | grep -v "/vendor/") coffeelint: <<: *template_pre