Skip to content
Snippets Groups Projects
Commit 8ad83c8b authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-370: call pylint from pipeline (no makefile)

parent 76fcc4f9
No related branches found
No related tags found
1 merge request!5Request to merge AT5-370 branch with master
Pipeline #11350 passed
...@@ -56,13 +56,11 @@ list_dependencies: ...@@ -56,13 +56,11 @@ list_dependencies:
- public - public
linting: linting:
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
tags:
- docker-executor
stage: linting stage: linting
script: script:
- cd docker - pip3 install pylint2junit
- make lint - pylint --output-format=parseable cspse | tee ./build/code_analysis.stdout
- pylint --output-format=pylint2junit.JunitReporter cspse > ./build/reports/linting.xml;
when: always when: always
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment