Skip to content

Commit df2bca2

Browse files
committed
Skip the ./vendor directory for codespell
We do not want to check the spelling in the code we do not own. Signed-off-by: Jan Kaluza <[email protected]>
1 parent b547273 commit df2bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[codespell]
33

44
# Comma-separated list of files to skip.
5-
skip = ./.git,go.work.sum,go.sum,./image/signature/fixtures,./image/signature/simplesigning/testdata,./storage/tests/tools/vendor,./storage/AUTHORS
5+
skip = ./.git,go.work.sum,go.sum,./image/signature/fixtures,./image/signature/simplesigning/testdata,./storage/tests/tools/vendor,./storage/AUTHORS,./vendor
66

77
# Comma separated list of words to be ignored. Words must be lowercased.
88
ignore-words-list = clos,creat,ro,hastable,shouldnot,mountns,passt,te,bu,afile,flate,prevend,Plack,worl

0 commit comments

Comments
 (0)