coredns/.stickler.yml
Ben Kochie 7d9ad0872c
Cleanup yaml formatting (#5151)
* Add yamllint config.
* Add yamllint workflow.
* Cleanup linting issues.
* Remove unnecessary `set -x -e` from workflows.

Signed-off-by: SuperQ <superq@gmail.com>
2022-02-02 18:11:08 +01:00

11 lines
112 B
YAML

---
linters:
golint:
min_confidence: 0.85
fixer: true
files:
ignore:
- 'vendor/*'
- 'pb/*'