Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Use full argument names for codespell
Fintan Halpenny committed 1 month ago
commit 983e5e19d907b171aa520f7532677a3387645517
parent 3e9df1c8e4a3e66a80e21633707a1af2f71d75b0
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')]