Skip to content

Commit 780cd2e

Browse files
committed
MINOR: add common Go tools to golang spellcheck dictionary
Update the golang.txt aspell dictionary with frequently used Go tooling commands, linters, and utilities including godoc, gofmt, gofumpt, govet, golint, golangci, gopls, goimports, and delve. This prevents the spellchecker from incorrectly flagging these common ecosystem terms as spelling errors during commit validation.
1 parent bb013de commit 780cd2e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

aspell/dictionaries/golang.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ gomodcache
8282
goprivate
8383
gotoolchain
8484
cgo
85+
godoc
86+
gofmt
87+
gofumpt
88+
govet
89+
golint
90+
golangci
91+
gopls
92+
goimports
93+
delve
8594
tt
8695
yml
8796
ok

0 commit comments

Comments
 (0)