Re: [PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-23 Thread Max Krummenacher
On Mon, Jan 22, 2024 at 03:11:35PM -0600, Ryan Eatmon wrote: > > > On 1/22/2024 6:59 AM, Max Krummenacher wrote: > > Hi > > > > On Fri, Jan 05, 2024 at 05:09:17PM +0530, Neha Malcom Francis wrote: > > > Use yamllint for checking whether YAML configuration files are adhering > > > to default

Re: [PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-22 Thread Ryan Eatmon
On 1/22/2024 6:59 AM, Max Krummenacher wrote: Hi On Fri, Jan 05, 2024 at 05:09:17PM +0530, Neha Malcom Francis wrote: Use yamllint for checking whether YAML configuration files are adhering to default yamllint rules. If I understand this correctly this patch now runs checks to verify that

Re: [PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-22 Thread Max Krummenacher
Hi On Fri, Jan 05, 2024 at 05:09:17PM +0530, Neha Malcom Francis wrote: > Use yamllint for checking whether YAML configuration files are adhering > to default yamllint rules. If I understand this correctly this patch now runs checks to verify that yaml files which are part of the U-Boot source

Re: [PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-19 Thread Tom Rini
On Fri, Jan 05, 2024 at 05:09:17PM +0530, Neha Malcom Francis wrote: > Use yamllint for checking whether YAML configuration files are adhering > to default yamllint rules. > > Signed-off-by: Neha Malcom Francis > Suggested-by: Nishanth Menon Applied to u-boot/master, thanks! -- Tom

[PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-05 Thread Neha Malcom Francis
Use yamllint for checking whether YAML configuration files are adhering to default yamllint rules. Signed-off-by: Neha Malcom Francis Suggested-by: Nishanth Menon --- Changes since v1: - add yamllint to requirements.txt (Nishanth) tools/binman/etype/ti_board_config.py| 5