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