Files
coredns/.golangci.yml

31 lines
479 B
YAML
Raw Normal View History

version: "2"
2022-07-10 20:06:33 +02:00
linters:
default: none
2022-07-10 20:06:33 +02:00
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$