Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
gitlab-ci-templates
Commits
d42837d138e6
Commit
d42837d1
authored
Jun 03, 2021
by
Laurent Peuch
Browse files
feat(flake8): integrate flake8-gl-codeclimate for qa reporting
parent
6dd2c9e510a3
Pipeline
#66454
passed with stage
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
templates/lint/flake8.yml
View file @
d42837d1
---
flake8
:
before_script
:
-
pip install tox
-
pip install tox
flake8-gl-codeclimate
stage
:
lint
...
...
@@ -5,2 +5,8 @@
stage
:
lint
script
:
tox -e flake8
script
:
-
tox -e flake8 -- --exit-zero --format gl-codeclimate --output-file gl-code-quality-report.json
-
tox -e flake8
artifacts
:
when
:
always
reports
:
codequality
:
gl-code-quality-report.json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment