chore(lint): update golangci-lint configuration
Some checks failed
CI / Test (push) Successful in 34s
CI / Lint (push) Failing after 25s
CI / Build (push) Successful in 20s

Switch default linters to standard and retain misspell enablement, removing explicit enables for govet, errcheck, staticcheck, ineffassign, unused, and gosimple.
This commit is contained in:
Greg Gauthier 2026-03-02 21:25:21 +00:00
parent 586dfeaa8c
commit 032301e041

View File

@ -1,14 +1,8 @@
version: "2"
linters:
default: none
default: standard
enable:
- govet
- errcheck
- staticcheck
- ineffassign
- unused
- gosimple
- misspell
settings: