Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading