mirror of
https://github.com/coredns/coredns.git
synced 2025-08-05 13:56:59 +02:00
* Add yamllint config. * Add yamllint workflow. * Cleanup linting issues. * Remove unnecessary `set -x -e` from workflows. Signed-off-by: SuperQ <superq@gmail.com>
11 lines
112 B
YAML
11 lines
112 B
YAML
---
|
|
linters:
|
|
golint:
|
|
min_confidence: 0.85
|
|
fixer: true
|
|
|
|
files:
|
|
ignore:
|
|
- 'vendor/*'
|
|
- 'pb/*'
|