just: Expand shellcheck glob to all shell scripts
This commit is contained in:
parent
983e5e19d9
commit
a74befd2a7
2
justfile
2
justfile
|
|
@ -74,7 +74,7 @@ check-spelling: (verify-tool "codespell")
|
||||||
[parallel]
|
[parallel]
|
||||||
check-scripts: (verify-tool "shellcheck")
|
check-scripts: (verify-tool "shellcheck")
|
||||||
@echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
|
@echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
|
||||||
@shellcheck scripts/*.sh
|
@shellcheck **/*.sh
|
||||||
|
|
||||||
# Run checks for forbidden keywords
|
# Run checks for forbidden keywords
|
||||||
[group('pre-commit')]
|
[group('pre-commit')]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue