Skip to content
Snippets Groups Projects
Commit fa4ecebc authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

Update pylint.yml

process exit of pylint to avoid always getting errors (pylint uses the output to show the error/message type)
parent fe991043
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ pylint:
image: $ACR_URL/python:3.8
tags:
- docker
allow_failure: true
script:
- source $VIRTUALENV_NAME/bin/activate
- pip install pylint
- pylint -d C0301 $MODULE_FOLDER
- pip install pylint-exit
- pylint -d C0301 $MODULE_FOLDER || pylint-exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment