just: Use full argument names for codespell

This commit is contained in:
Fintan Halpenny 2026-04-15 10:19:52 +01:00
parent 3e9df1c8e4
commit 983e5e19d9
1 changed files with 1 additions and 1 deletions

View File

@ -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')]