ci: Check spelling with codespell#83
Conversation
|
@richm how does it look like? Here is the new workflow in action: linux-system-roles/timesync#267 I implemented a workaround for finding not-inclusive words as substring - reporting "master" in "timemaster" by using codespell's Codespell community is active, I have a PR for the action in review codespell-project/actions-codespell#86. So far, I am running the action from my fork. Codespell has some nice features like the ability to ignore per-line, ignore files and dirs, disable and enable checking within files. Comparing it to woke, codespell doesn't provide different levels of report like I honestly don't remember what else we didn't like about woke. |
|
One minor nit, otherwise, lgtm |
fca2618 to
18982c1
Compare
056a77d to
d3d2829
Compare
d3d2829 to
fc55374
Compare
* You can ignore words inline by adding a comment like `# codespell:ignore word`. * You can ignore words by adding them to the `.codespell_ignores` file. * You can ignore files and directories by adding them with `skip = ` to the `.codespellrc` file.
fc55374 to
b5c8bb4
Compare
# codespell:ignore word..codespell_ignoresfile.skip =to the.codespellrcfile.