Skip to content
Snippets Groups Projects
Commit d42837d138e6 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat(flake8): integrate flake8-gl-codeclimate for qa reporting

parent 6dd2c9e510a3
No related branches found
No related tags found
1 merge request!7feat(flake8): integrate flake8-gl-codeclimate for qa reporting
Pipeline #66454 passed
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment