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>
This commit is contained in:
Neha Malcom Francis
2024-01-05 17:09:17 +05:30
committed by Tom Rini
parent 0cc7a701e9
commit 10fee88d42
6 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
# 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