1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-28 16:48:18 +00:00
u-boot/tools/binman/test/yaml/config_phony.yaml
Neha Malcom Francis 10fee88d42 tools: binman: ti_board_cfg: Check for linting problems
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>
2024-01-18 17:50:27 -05:00

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