gitlab-ci: show pylint output in log when it fails

This commit is contained in:
linsui 2025-04-09 11:41:42 +02:00 committed by Hans-Christoph Steiner
parent e1a8e1a08a
commit 8c14e44f63

View File

@ -268,13 +268,12 @@ pylint:
script: script:
- apt-get install pylint python3-pip - apt-get install pylint python3-pip
- $pip install --break-system-packages pylint-gitlab - $pip install --break-system-packages pylint-gitlab
- pylint --output-format=pylint_gitlab.GitlabCodeClimateReporter - pylint --output-format=colorized,pylint_gitlab.GitlabCodeClimateReporter:pylint-report.json
fdroid fdroid
makebuildserver makebuildserver
setup.py setup.py
fdroidserver/*.py fdroidserver/*.py
tests/*.py tests/*.py
> pylint-report.json
artifacts: artifacts:
reports: reports:
codequality: pylint-report.json codequality: pylint-report.json