diff options
author | Neha Malcom Francis | 2024-01-05 17:09:17 +0530 |
---|---|---|
committer | Tom Rini | 2024-01-18 17:50:27 -0500 |
commit | 10fee88d42fe37d83f0a37b3dae69b674f8055f3 (patch) | |
tree | 7359a9452d7d85b4d4983ae1a92ef5db6ef70a6e /tools/buildman | |
parent | 0cc7a701e9ead1229aec8a28375a46337d326377 (diff) |
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>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index a1efcb9d4b4..4a31e69e4cb 100644 --- a/tools/buildman/requirements.txt +++ b/tools/buildman/requirements.txt @@ -1,2 +1,3 @@ jsonschema==4.17.3 pyyaml==6.0 +yamllint==1.26.3 |