Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Hörist
gajim
Commits
0e3d9349
Commit
0e3d9349
authored
Sep 23, 2019
by
Philipp Hörist
Browse files
asd
parent
58f43b9d
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0e3d9349
...
...
@@ -15,6 +15,7 @@ run-tests:
-
pip3 install mypy
-
pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git@master
-
pip3 install pylint==2.3.1
-
/home/gitlab-runner/.local/bin/mypy -V
-
/home/gitlab-runner/.local/bin/mypy gajim
-
scripts/dev/pylint-ci.sh --jobs=2 gajim
-
python3 setup.py test -s test.no_gui
...
...
scripts/dev/pylint-ci.sh
View file @
0e3d9349
#!/bin/sh
PYLINT
=
${
PYLINT
:-
pylint
}
"
$PYLINT
"
--disable
=
C0103,C0302,C0301,C0330,E0401,E0611,E1101,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
"
$@
"
"/home/gitlab-runner/.local/bin/
$PYLINT
"
--version
"/home/gitlab-runner/.local/bin/
$PYLINT
"
--disable
=
C0103,C0302,C0301,C0330,E0401,E0611,E1101,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
"
$@
"
# C0103 invalid-name
# C0301 line-too-long
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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