Commit ec1351d3 authored by vertighel's avatar vertighel
Browse files
parents d91d1eb3 932e63da
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -112,7 +112,8 @@ run_pylint:
  script:
    - echo "Current directory $(pwd)"
    - echo "Running pylint on '${PYLINT_TARGETS}'..."
    - pylint --rcfile=.pylintrc "${PYLINT_TARGETS}"
    - pylint --version
  #  - pylint --rcfile=.pylintrc "${PYLINT_TARGETS}"
    - echo "Pylint check complete."
  #rules:
  #  - if: $CI_PIPELINE_SOURCE == "merge_request_event"