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:
parent
f16e2261fc
commit
39cea3a159
1 changed files with 5 additions and 0 deletions
|
@ -266,6 +266,11 @@ description = "`cargo fmt` lint report"
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
args = ["fmt", "--", "--check"]
|
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]
|
[tasks.action-test_quiet]
|
||||||
description = "Test (in `--quiet` mode)"
|
description = "Test (in `--quiet` mode)"
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue