We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d008ee4 commit 8ab87d0Copy full SHA for 8ab87d0
scripts/ci-checks.sh
@@ -33,7 +33,7 @@ function endgroup() {
33
34
35
group "Shell scripts"
36
-git ls-files | grep -e '\.sh$' | grep -E -v "^3rdparty" | xargs shellcheck -s bash -e SC2044,SC2002,SC1091,SC2181
+git ls-files | grep -e '\.sh$' | grep -E -v "^3rdparty" | xargs shellcheck -S warning -s bash
37
endgroup
38
39
# No inline TODOs in the codebase, use tickets, with a pointer to the code if necessary.
0 commit comments