commit | 7585cc5fee6fe5789d483abe9aeb8c6c25d3cc7f | [log] [tgz] |
---|---|---|
author | Michael Walle <mwalle@kernel.org> | Tue Mar 26 10:39:34 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 15:51:33 2024 -0600 |
tree | ad9f91388792fcaae90a62fb41bdc614d2fbb736 | |
parent | 8cfcc9baee11d4cc4acb93005a70ccc5a87b6fbf [diff] |
tools: binman: ti_board_cfg: improve error message When there is a lint error the user gets the following cryptic message: binman: Node '/path/to/some/node': Yamllint error: 18: comments This isn't very helpful. Improve the message to tell the user that the number is actually a line number and also tell the user in which file they have to look. Signed-off-by: Michael Walle <mwalle@kernel.org> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>