Fix run-shellcheck.sh following 'conflict resolution' from gitlab web ui

This commit is contained in:
fnux 2021-01-12 07:14:24 +01:00
parent bf90e55137
commit 7cef989b1f
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ check() {
rm -f "${SHELLCHECKTMP}"
check -path '*/explorer/*'
check -path '*/files/*' ! -name '*.awk' ! -name '*.py'
check -path '*/files/*' -name '*.sh'
check -name manifest
check -name gencode-local
check -name gencode-remote