Commit 473f4c4a authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: pylint file finding

parent 3ae7025c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ python:pylint:
    - pip3 install . || true # installs package only if available
    - pylint --fail-under ${PYLINT_THRESHOLD} ${PYLINT_EXTRA_ARGS}
      --output-format=pylint_junit.JUnitReporter:${CI_PROJECT_DIR}/pylint-report.xml,colorized
      $(ls **/*.py | egrep -v "${PYTHON_EXCLUDE_REGEX}")
      --ignore-paths=${PYTHON_EXCLUDE_PATHS} **/*.py
  artifacts:
    reports:
      junit: pylint-report.xml