mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 04:27:36 +08:00
6331e5d057
Lint some YAML Add a `.yamllint` config file
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
---
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
colons: disable
|
|
comments-indentation: disable
|
|
document-start: disable
|
|
indentation: disable
|
|
line-length: disable
|
|
truthy: disable
|