Re: [PATCH 6/6] Azure/GitLab CI: Add the pylint checker

2021-11-24 Thread Simon Glass
Hi Heinrich, On Mon, 22 Nov 2021 at 00:40, Heinrich Schuchardt wrote: > > On 11/22/21 04:48, Simon Glass wrote: > > Add a check that new Python code does not regress the pylint score for > > any module. > > How will ./scripts/pylint.base be updated? For the moment people will have to add it to

Re: [PATCH 6/6] Azure/GitLab CI: Add the pylint checker

2021-11-21 Thread Heinrich Schuchardt
On 11/22/21 04:48, Simon Glass wrote: Add a check that new Python code does not regress the pylint score for any module. How will ./scripts/pylint.base be updated? Some or the worst scores are for binman. Any plans to address these? Best regards Heinrich

[PATCH 6/6] Azure/GitLab CI: Add the pylint checker

2021-11-21 Thread Simon Glass
Add a check that new Python code does not regress the pylint score for any module. Signed-off-by: Simon Glass --- .azure-pipelines.yml | 17 + .gitlab-ci.yml | 12 2 files changed, 29 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml