maddy/tests/golangci-noisy.yml
fox.cpp 095676022f
Add more linters to .golangci.yml
In particular, add godox to remind me of these //TODO
2020-02-28 02:33:48 +03:00

23 lines
291 B
YAML

linters:
enable:
- gosimple
- structcheck
- varcheck
- errcheck
- staticcheck
- ineffassign
- deadcode
- typecheck
- govet
- unused
- goimports
- prealloc
- unconvert
- misspell
- whitespace
- nakedret
- dogsled
- godox
- gocyclo
- dupl
- unparam