apisix/.yamllint
John Bampton 6331e5d057
feat(CI): add a GitHub Action to lint the YAML files (#3044)
Lint some YAML
Add a `.yamllint` config file
2020-12-18 08:29:17 +08:00

12 lines
170 B
Plaintext

---
extends: default
rules:
colons: disable
comments-indentation: disable
document-start: disable
indentation: disable
line-length: disable
truthy: disable