coredns/.golangci.yml
Zhizhen He 5de473da1c
fix: remove unnecessary conversion (#6258)
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-08-14 15:14:09 +02:00

13 lines
180 B
YAML

run:
timeout: 5m
linters:
disable-all: true
enable:
- govet
- ineffassign
- staticcheck
- typecheck
- whitespace
- unused
- gofmt
- unconvert