commit | 8cd045140b934c7fc8a98f1086bcafca7916a05d | [log] [tgz] |
---|---|---|
author | Neha Malcom Francis <n-francis@ti.com> | Fri Jan 05 17:09:17 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 17:50:27 2024 -0500 |
tree | 7359a9452d7d85b4d4983ae1a92ef5db6ef70a6e | |
parent | d089b6f898b854906e49a3864dafa776c628a65d [diff] [blame] |
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>
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index a1efcb9..4a31e69 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