mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Use yamllint for checking whether YAML configuration files are adhering to default yamllint rules. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Suggested-by: Nishanth Menon <nm@ti.com>
19 lines
203 B
YAML
19 lines
203 B
YAML
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Test config
|
|
#
|
|
---
|
|
|
|
main-branch :
|
|
obj :
|
|
a : 0x0
|
|
b: 0
|
|
arr: [0, 0, 0, 0]
|
|
another-arr:
|
|
- # 1
|
|
c: 0
|
|
d: 0
|
|
- # 2
|
|
c: 0
|
|
d: 0
|