[dpdk-dev] [PATCH v2 1/2] devtools: script to check meson indentation of lists

Thomas Monjalon thomas at monjalon.net
Tue May 4 15:05:42 CEST 2021


26/04/2021 12:54, Bruce Richardson:
> This is a script to fix up minor formatting issues in meson files.
> It scans for, and can optionally fix, indentation issues and missing
> trailing commas in the lists in meson.build files. It also detects,
> and can fix, multi-line lists where more than one entry appears on a
> line.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>  devtools/dpdk_meson_check.py | 125 +++++++++++++++++++++++++++++++++++

Renamed to check-meson.py and added in MAINTAINERS.

Series applied, thanks.





More information about the dev mailing list