Commit 7025f266 authored by Bruno Morgado's avatar Bruno Morgado
Browse files

changed CI pipeline to call pylint directly

parent 17d1fd7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ code_quality:

code_analysis:
  script:
    - pipenv run bash code-analysis.sh
    - pipenv run pylint ska_python_skeleton
    - pipenv run pylint tests
    
pages:
  stage: deploy