Skip to content

Commit 8ab87d0

Browse files
authored
Shellcheck warnings and errors only (#6784)
1 parent d008ee4 commit 8ab87d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function endgroup() {
3333

3434

3535
group "Shell scripts"
36-
git ls-files | grep -e '\.sh$' | grep -E -v "^3rdparty" | xargs shellcheck -s bash -e SC2044,SC2002,SC1091,SC2181
36+
git ls-files | grep -e '\.sh$' | grep -E -v "^3rdparty" | xargs shellcheck -S warning -s bash
3737
endgroup
3838

3939
# No inline TODOs in the codebase, use tickets, with a pointer to the code if necessary.

0 commit comments

Comments
 (0)