We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a8e1a commit 8c14e44Copy full SHA for 8c14e44
1 file changed
.gitlab-ci.yml
@@ -268,13 +268,12 @@ pylint:
268
script:
269
- apt-get install pylint python3-pip
270
- $pip install --break-system-packages pylint-gitlab
271
- - pylint --output-format=pylint_gitlab.GitlabCodeClimateReporter
+ - pylint --output-format=colorized,pylint_gitlab.GitlabCodeClimateReporter:pylint-report.json
272
fdroid
273
makebuildserver
274
setup.py
275
fdroidserver/*.py
276
tests/*.py
277
- > pylint-report.json
278
artifacts:
279
reports:
280
codequality: pylint-report.json
0 commit comments