Skip to content

Commit 47b62cb

Browse files
authored
fix: excluding some files for codespell (#75)
1 parent 73d0eb6 commit 47b62cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codespellrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# https://github.com/codespell-project/codespell#using-a-config-file
2+
[codespell]
3+
4+
# Comma-separated list of files to skip.
5+
skip = ./go.mod,./go.sum,./.git
6+
7+
# Check file names as well.
8+
check-filenames = true

0 commit comments

Comments
 (0)