Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-12-03 00:42:29 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-12-03 00:42:29 +0300
commit713a95fbb5ad826b0bb8adaf1f07e9244864e42e (patch)
treec035bd357344569995977e8684a10b3be7821cd6 /scripts
parent0b11fb4b5612461c978fc152696dfaa41666bda2 (diff)
CI: Update pylint script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/pylint-ci.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dev/pylint-ci.sh b/scripts/dev/pylint-ci.sh
index 416cc36b3..73e19a9f4 100755
--- a/scripts/dev/pylint-ci.sh
+++ b/scripts/dev/pylint-ci.sh
@@ -11,9 +11,10 @@ IGNORE_GTK_MODULE_ERRORS=C0103,C0301,C0330,C0415,E0401,E0611,E1101,E1133,E1136,R
"$PYLINT" --version
-"$PYLINT" --disable=$IGNORE_ERRORS --ignore=modules,gtk "$@"
+"$PYLINT" --disable=$IGNORE_ERRORS --ignore=modules,dbus,gtk "$@"
"$PYLINT" --disable=$IGNORE_GTK_MODULE_ERRORS "$@/gtk"
"$PYLINT" --disable=E0401,C0415 "$@/common/modules"
+"$PYLINT" "$@/common/dbus"
# C0103 invalid-name
# C0301 line-too-long