mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
11 lines
132 B
YAML
11 lines
132 B
YAML
|
|
---
|
||
|
|
linters:
|
||
|
|
golint:
|
||
|
|
min_confidence: 0.85
|
||
|
|
fixer: true
|
||
|
|
|
||
|
|
files:
|
||
|
|
ignore:
|
||
|
|
- 'vendor/*'
|
||
|
|
- 'pb/*'
|