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 3d3ec70 commit 5b29f65Copy full SHA for 5b29f65
.codespellrc
@@ -0,0 +1,5 @@
1
+[codespell]
2
+skip = */testdata,./LICENSE,./datetime/timezones.go
3
+ignore-words-list = ro,gost,warmup
4
+count =
5
+quiet-level = 3
Makefile
@@ -134,3 +134,8 @@ fuzzing:
134
@echo "Running fuzzing tests"
135
go clean -testcache
136
go test -tags "$(TAGS)" ./... -run=^Fuzz -v -p 1
137
+
138
+.PHONY: codespell
139
+codespell:
140
+ @echo "Running codespell"
141
+ codespell
0 commit comments