Files
coredns/.golangci.yml
2022-07-10 11:06:33 -07:00

14 lines
187 B
YAML

run:
timeout: 5m
linters:
disable-all: true
enable:
- deadcode
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- varcheck
- whitespace