From ffe5b9ed08da4c53567fe92d199fe3aec9b0ff1c Mon Sep 17 00:00:00 2001 From: Adrian Duke Date: Thu, 9 Apr 2026 12:23:13 +0100 Subject: [PATCH] just: Better doc comment for check-keywords --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d5444a84..68944082 100644 --- a/justfile +++ b/justfile @@ -76,7 +76,7 @@ check-scripts: (verify-tool "shellcheck") @echo "{{CHECK}}Checking shell scripts...{{NORMAL}}" @shellcheck scripts/*.sh -# Replicate the custom grep checks from flake.nix +# Run checks for forbidden keywords [group('pre-commit')] [group('pre-push')] [group('check')]