Commit 8ad83c8b authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

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

parent 76fcc4f9
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -56,13 +56,11 @@ list_dependencies:
      - public

linting:
  image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
  tags:
    - docker-executor
  stage: linting
  script:
    - cd docker
    - make lint
    - pip3 install pylint2junit
    - pylint --output-format=parseable cspse | tee ./build/code_analysis.stdout
    - pylint --output-format=pylint2junit.JunitReporter cspse > ./build/reports/linting.xml;
  when: always
  artifacts:
    paths: