Re: [PATCH] check_GNU_style.py: Skip .md square bracket linting

2023-09-29 Thread Jeff Law
On 9/12/23 12:54, Patrick O'Neill wrote: This testcase causes lots of false-positives for machine description files. contrib/ChangeLog: * check_GNU_style_lib.py: Skip machine description file bracket linting. OK. We probably need a completely separate checker for for .md files. j

[PATCH] check_GNU_style.py: Skip .md square bracket linting

2023-09-12 Thread Patrick O'Neill
This testcase causes lots of false-positives for machine description files. contrib/ChangeLog: * check_GNU_style_lib.py: Skip machine description file bracket linting. Signed-off-by: Patrick O'Neill --- contrib/check_GNU_style_lib.py | 3 +++ 1 file changed, 3 insertions(+) diff --git