just: Use full argument names for codespell
This commit is contained in:
parent
3e9df1c8e4
commit
983e5e19d9
2
justfile
2
justfile
|
|
@ -65,7 +65,7 @@ check-typos: (verify-tool "typos" "typos-cli")
|
||||||
[parallel]
|
[parallel]
|
||||||
check-spelling: (verify-tool "codespell")
|
check-spelling: (verify-tool "codespell")
|
||||||
@echo "{{CHECK}}Checking for code typos...{{NORMAL}}"
|
@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
|
# Run shellcheck on all shell scripts
|
||||||
[group('pre-commit')]
|
[group('pre-commit')]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue