GoToSocial/vendor/github.com/gorilla/context/.golangci.yml

13 lines
170 B
YAML

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