just: Better doc comment for check-keywords
This commit is contained in:
parent
b0af317eaa
commit
ffe5b9ed08
2
justfile
2
justfile
|
|
@ -76,7 +76,7 @@ check-scripts: (verify-tool "shellcheck")
|
||||||
@echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
|
@echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
|
||||||
@shellcheck scripts/*.sh
|
@shellcheck scripts/*.sh
|
||||||
|
|
||||||
# Replicate the custom grep checks from flake.nix
|
# Run checks for forbidden keywords
|
||||||
[group('pre-commit')]
|
[group('pre-commit')]
|
||||||
[group('pre-push')]
|
[group('pre-push')]
|
||||||
[group('check')]
|
[group('check')]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue