[dpdk-dev] [PATCH v2] devtools: export title syntax data for check-git-log
Thomas Monjalon
thomas at monjalon.net
Mon Feb 24 14:39:43 CET 2020
24/02/2020 13:02, Ferruh Yigit:
> From: Sean Morrissey <sean.morrissey at intel.com>
>
> Moved title syntax to a separate file so that it improves code
> readability and allows easy addition.
>
> Also logic changed from checking for bad pattern to checking good
> pattern which documents the expected syntax more clearly, and does not
> have gaps in the checks.
>
> Signed-off-by: Sean Morrissey <sean.morrissey at intel.com>
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
> v2:
> * renamed data file to words-case.txt and added to MAINTAINERS file
> * Updated script
> * as of now vdpa as file prefix is giving false positive
False positive can be avoided if filtering out what is before the first colon.
More information about the dev
mailing list