mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
14 lines
187 B
YAML
14 lines
187 B
YAML
|
|
run:
|
||
|
|
timeout: 5m
|
||
|
|
linters:
|
||
|
|
disable-all: true
|
||
|
|
enable:
|
||
|
|
- deadcode
|
||
|
|
- govet
|
||
|
|
- ineffassign
|
||
|
|
- staticcheck
|
||
|
|
- structcheck
|
||
|
|
- typecheck
|
||
|
|
- varcheck
|
||
|
|
- whitespace
|