1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

maint/build ~ add 'action-spellcheck-codespell' cargo-make target; prelim to a 'spellcheck' target

This commit is contained in:
Roy Ivy III 2020-05-02 12:38:25 -05:00
parent f16e2261fc
commit 39cea3a159

View file

@ -266,6 +266,11 @@ description = "`cargo fmt` lint report"
command = "cargo"
args = ["fmt", "--", "--check"]
[tasks.action-spellcheck-codespell]
description = "`codespell` spellcheck repository"
command = "codespell" # (from `pip install codespell`)
args = [".", "--skip=*/.git,./target,./tests/fixtures", "--ignore-words-list=mut,od"]
[tasks.action-test_quiet]
description = "Test (in `--quiet` mode)"
command = "cargo"