mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
39 lines
619 B
YAML
39 lines
619 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- canonicalheader
|
|
- copyloopvar
|
|
- govet
|
|
- ineffassign
|
|
- intrange
|
|
- nolintlint
|
|
- protogetter
|
|
- staticcheck
|
|
- thelper
|
|
- unconvert
|
|
- unused
|
|
- usetesting
|
|
- wastedassign
|
|
- 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$
|