mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 16:48:18 +00: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>
18 lines
203 B
YAML
18 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
|