Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
just: Expand shellcheck glob to all shell scripts
Fintan Halpenny committed 13 days ago
commit a74befd2a78a79bde492c7bd565176cfc6d18757
parent 983e5e1
1 file changed +1 -1
modified justfile
@@ -74,7 +74,7 @@ check-spelling: (verify-tool "codespell")
[parallel]
check-scripts: (verify-tool "shellcheck")
    @echo "{{CHECK}}Checking shell scripts...{{NORMAL}}"
-
    @shellcheck scripts/*.sh
+
    @shellcheck **/*.sh

# Run checks for forbidden keywords
[group('pre-commit')]