Skip to content

Commit 8c14e44

Browse files
linsuieighthave
authored andcommitted
gitlab-ci: show pylint output in log when it fails
1 parent e1a8e1a commit 8c14e44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,12 @@ pylint:
268268
script:
269269
- apt-get install pylint python3-pip
270270
- $pip install --break-system-packages pylint-gitlab
271-
- pylint --output-format=pylint_gitlab.GitlabCodeClimateReporter
271+
- pylint --output-format=colorized,pylint_gitlab.GitlabCodeClimateReporter:pylint-report.json
272272
fdroid
273273
makebuildserver
274274
setup.py
275275
fdroidserver/*.py
276276
tests/*.py
277-
> pylint-report.json
278277
artifacts:
279278
reports:
280279
codequality: pylint-report.json

0 commit comments

Comments
 (0)