Skip to content

Commit eaa66bd

Browse files
committed
Don't spell-check go.mod and go.sum
Signed-off-by: Jan Dubois <[email protected]>
1 parent 1c98589 commit eaa66bd

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)