Only shellcheck .sh files in type/*/files/
This commit is contained in:
parent
d14011c50b
commit
17f6a4dd47
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ check () {
|
||||||
}
|
}
|
||||||
|
|
||||||
check -path "*/explorer/*"
|
check -path "*/explorer/*"
|
||||||
check -path "*/files/*"
|
check -path "*/files/*.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