Skip to content
Snippets Groups Projects
Commit b42a1ca1 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fail CI on any pylint errors

We now call pylint multipletimes, until now only the last command return
code was evaluated
parent 5c587855
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# exit when any command fails
set -e
PYLINT=${PYLINT:-pylint}
"$PYLINT" --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment