mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
31 lines
479 B
YAML
31 lines
479 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- whitespace
|
|
exclusions:
|
|
generated: lax
|
|
presets:
|
|
- comments
|
|
- common-false-positives
|
|
- legacy
|
|
- std-error-handling
|
|
paths:
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
exclusions:
|
|
generated: lax
|
|
paths:
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|