Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
678c9d53
Unverified
Commit
678c9d53
authored
Jul 10, 2019
by
Andreas Valder
Browse files
fixed pylint pipeline
parent
bb68c063
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
678c9d53
...
@@ -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 pylint
3
-
pylint --indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
-
pylint
3
--indent-string='\t' --indent-after-paren=1 --output-format=text *.py | tee pylint.txt
artifacts
:
artifacts
:
paths
:
paths
:
-
pylint.txt
-
pylint.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment