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 21 days ago
commit d0fb8130417e76e8241d67c31dc9a0a6b4cc7ac8
parent a26c59c064f7c8431c07dcee4ef36327024b97a9
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')]