grokkit/.golangci.yml
Greg Gauthier 032301e041
Some checks failed
CI / Test (push) Successful in 34s
CI / Lint (push) Failing after 25s
CI / Build (push) Successful in 20s
chore(lint): update golangci-lint configuration
Switch default linters to standard and retain misspell enablement, removing explicit enables for govet, errcheck, staticcheck, ineffassign, unused, and gosimple.
2026-03-02 21:25:21 +00:00

19 lines
209 B
YAML

version: "2"
linters:
default: standard
enable:
- misspell
settings:
errcheck:
check-type-assertions: true
check-blank: false
formatters:
enable:
- gofmt
run:
timeout: 5m