We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d0eb6 commit 47b62cbCopy full SHA for 47b62cb
.codespellrc
@@ -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