Fix run-shellcheck.sh following 'conflict resolution' from gitlab web ui
parent
bf90e55137
commit
7cef989b1f
|
@ -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…
Reference in New Issue