Files
coredns/.golangci.yml

14 lines
187 B
YAML
Raw Normal View History

2022-07-10 20:06:33 +02:00
run:
timeout: 5m
linters:
disable-all: true
enable:
- deadcode
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- varcheck
- whitespace