Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
just: Use full argument names for codespell
Fintan Halpenny committed 13 days ago
commit 983e5e19d907b171aa520f7532677a3387645517
parent 3e9df1c
1 file changed +1 -1
modified justfile
@@ -65,7 +65,7 @@ check-typos: (verify-tool "typos" "typos-cli")
[parallel]
check-spelling: (verify-tool "codespell")
    @echo "{{CHECK}}Checking for code typos...{{NORMAL}}"
-
    @git ls-files -z | xargs -0 codespell -w
+
    @git ls-files -z | xargs -0 codespell --write-changes --check-filenames

# Run shellcheck on all shell scripts
[group('pre-commit')]