oauth2_proxy/.golangci.yml

15 lines
232 B
YAML
Raw Normal View History

2019-06-23 19:40:59 +00:00
run:
deadline: 120s
linters:
enable:
- govet
# TODO: Not supported by golang-ci - vetshadow
- golint
- ineffassign
- goconst
- deadcode
- gofmt
- goimports
enable-all: false
disable-all: true