diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-11 00:08:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 00:08:44 +0200 |
commit | 528c9446034a686e693734e31f22a61e6c133f10 (patch) | |
tree | 16b15160affb65272a0e5c0a65efa4d796cd38c2 /.codespellrc | |
parent | 500fa2c4600074d0650274e3bcecf5d6572d0c8d (diff) | |
parent | d8bcd71d220e54c9e99b760d54e708755e16a010 (diff) | |
download | git-bug-528c9446034a686e693734e31f22a61e6c133f10.tar.gz |
Merge pull request #1082 from MichaelMure/dependabot/go_modules/golang.org/x/term-0.11.0
build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0
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 |