Browse Source

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

merge-requests/22/head
fnux 2 years ago
parent
commit
7cef989b1f
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
  1. 2
      scripts/run-shellcheck.sh

2
scripts/run-shellcheck.sh

@ -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

Loading…
Cancel
Save