We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01749d commit 745748dCopy full SHA for 745748d
.github/jobs/syntax-check
@@ -48,7 +48,7 @@ while read -r i ; do
48
fi
49
if grep -qE "^#\\!.*/bin/(ba)?sh" "$i" && \
50
[ "${i##*.}" != "zip" ] && \
51
- echo "$i" | grep -qvE '(^\./(config|autom4te|install-sh|sql/files/defaultdata/hs/run|lib/vendor/|output|judge/judgedaemon))'; then
+ echo "$i" | grep -qvE '(^\./(config|autom4te|install-sh|sql/files/defaultdata/hs/run|webapp/vendor/|output|judge/judgedaemon))'; then
52
# We ignore the following shellcheck warnings, for more details see:
53
# https://github.com/koalaman/shellcheck/wiki/<code>
54
#
0 commit comments