Files
kafka-proxy/vendor/github.com/gorilla/context/.golangci.yml
T

13 lines
170 B
YAML

linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- contextcheck
- goconst
- gofmt
- misspell