mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-24 08:52:25 +02:00
15 lines
232 B
YAML
15 lines
232 B
YAML
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
|