diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-10 23:58:35 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-08-10 23:58:35 +0200 |
commit | d8bcd71d220e54c9e99b760d54e708755e16a010 (patch) | |
tree | 16b15160affb65272a0e5c0a65efa4d796cd38c2 /.codespellrc | |
parent | 7585675f924394397bf388775e44a1711d53aa0c (diff) | |
download | git-bug-d8bcd71d220e54c9e99b760d54e708755e16a010.tar.gz |
codespell: no "with" means using codespellrc, add more opt out
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.codespellrc b/.codespellrc index 750692b5..502a0de7 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,7 @@ [codespell] -skip = .git,.venv,*.svg,package-lock.json +skip = .git,.venv,*.svg,package-lock.json,go.mod,go.sum # ot,fo,te - used as short variable names # optionall - OptionAll but codespell is case insensitive # testing - TestIn -ignore-words-list = ot,fo,te,optionall,testin +# transfered - github import test: the test repo to be imported has that typo, and it's not easy to change +ignore-words-list = ot,fo,te,optionall,testin,transfered |