mirror of
https://github.com/coredns/coredns.git
synced 2026-01-06 08:51:20 -05:00
13 lines
164 B
YAML
13 lines
164 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- whitespace
|
|
- unused
|
|
- gofmt
|