Re: [RFC PATCH] gitlab: work harder to avoid false positives in checkpatch

2021-06-04 Thread Wainer dos Santos Moschetta
Hi, On 6/2/21 12:32 PM, Alex Bennée wrote: This copies the behaviour of patchew's configuration to make the diff algorithm generate a minimal diff. I was intrigued on where you had found that configuration. Then I found it myself here: https://patchew.org/logs/20210604155532.1499282-1-js...

Re: [RFC PATCH] gitlab: work harder to avoid false positives in checkpatch

2021-06-02 Thread Philippe Mathieu-Daudé
On 6/2/21 5:32 PM, Alex Bennée wrote: > This copies the behaviour of patchew's configuration to make the diff > algorithm generate a minimal diff. > > Signed-off-by: Alex Bennée > --- > .gitlab-ci.d/static_checks.yml | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Phil

[RFC PATCH] gitlab: work harder to avoid false positives in checkpatch

2021-06-02 Thread Alex Bennée
This copies the behaviour of patchew's configuration to make the diff algorithm generate a minimal diff. Signed-off-by: Alex Bennée --- .gitlab-ci.d/static_checks.yml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.d/static_checks.yml b/.gitlab-ci.d/static_che