Skip to content
Snippets Groups Projects
Commit 3fc18357 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

ci: fix pylint on new Docker image

parent bbf64cec
No related branches found
No related tags found
1 merge request!175ci: make pylint work again with the new Docker image
Pipeline #63027 failed
......@@ -9,4 +9,4 @@ PYFILES=$(find . \
-name '*.py' -print -o \
-type f -exec grep -qsm1 '^#!.*\bpython' '{}' \; -print)
${PYTHON} -m pylint -j 0 --rcfile pylintrc ${PYFILES}
PYTHONPATH=. ${PYTHON} -m pylint -j 0 --rcfile pylintrc ${PYFILES}
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