mirror of
https://github.com/apache/nuttx.git
synced 2026-05-07 21:20:03 +08:00
ca6b11b425
Lint some YAML Add a `.yamllint` config file
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
---
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
document-start: disable
|
|
line-length: disable
|
|
truthy: disable
|