Fix run-shellcheck.sh following 'conflict resolution' from gitlab web ui
This commit is contained in:
parent
bf90e55137
commit
7cef989b1f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ check() {
|
||||||
rm -f "${SHELLCHECKTMP}"
|
rm -f "${SHELLCHECKTMP}"
|
||||||
|
|
||||||
check -path '*/explorer/*'
|
check -path '*/explorer/*'
|
||||||
check -path '*/files/*' ! -name '*.awk' ! -name '*.py'
|
check -path '*/files/*' -name '*.sh'
|
||||||
check -name manifest
|
check -name manifest
|
||||||
check -name gencode-local
|
check -name gencode-local
|
||||||
check -name gencode-remote
|
check -name gencode-remote
|
||||||
|
|
Loading…
Reference in a new issue