Skip to content

Commit d7ee843

Browse files
authored
Merge pull request #2784 from jandubois/skip-go-mod-spellcheck
Don't spell-check go.mod and go.sum
2 parents 1c98589 + eaa66bd commit d7ee843

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
@@ -3,7 +3,7 @@
33
[codespell]
44

55
# Comma separated list of dirs to be skipped.
6-
skip = .git,*.pb.desc,*/node_modules/*,*/public/js/*,*/public/scss/*
6+
skip = .git,go.mod,go.sum,*.pb.desc,*/node_modules/*,*/public/js/*,*/public/scss/*
77

88
# Comma separated list of words to be ignored. Words must be lowercased.
99
ignore-words-list = ans,distroname,testof,hda,ststr,archtypes

0 commit comments

Comments
 (0)