Skip to content
Snippets Groups Projects
Unverified Commit 678c9d53 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed pylint pipeline

parent bb68c063
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ linter: ...@@ -6,8 +6,8 @@ linter:
- apt install -y python3 - apt install -y python3
- python3 -V - python3 -V
- uname -a - uname -a
- apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage python3-pylint - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage pylint3
- pylint --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt - pylint3 --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
artifacts: artifacts:
paths: paths:
- pylint.txt - pylint.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment