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 36b97061fa5cebc0f945840616f0b0a068cd0b6d
parent 31d12b2b90891ab31145797d9a23f70f558b082a
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')]