wiki now codespell clean authored by anarcat's avatar anarcat
......@@ -145,13 +145,13 @@ Or just:
codespell -i 3 -w
... to check the entire wiki. Eventually, we *do* aim to fix all the
typos, but there's over a hundred of them at the time of writing, so
we only fail on changed files for now.
... to check the entire wiki. There should be no errors in the wiki at
the time of writing.
This should yield very few false positives, but if we do find some, we
could start an "exclude file" (`exclude-file = PATH` in the
`.codespellrc`) that would list the actual lines of text to exclude.
This should yield very few false positives, but it sometimes *does*
fire needlessly. To skip a line, enter the full line in the
`.codespellexclude` file at the top of the git repository
(`exclude-file = PATH` in the `.codespellrc`).
Some file patterns are skipped in the `.codespellrc` (currently
`*.json`, `*.csv`, and the entire `.git` directory).
......
......