codespell
Test
Runs codespell on the repository.
Due to how codespell
executes, ./
is prefixed onto paths at runtime. This prefixing is
to be a bit more consistent with how one would run it from the command line such
that .codespellrc
is easier to manage.
None
Option | Notes |
---|---|
--codespell-exclude-lines=<file> |
File of lines that codespell should ignore (defaults to .codespellignorelines ) |
None
None