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 23 days ago
commit 670d48b0f764213dcf3efe6c4dd082926cbebd5c
parent 92f2ba48441d09481339900ea5e1f3a91cc1a2d1
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')]