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-04-07 22:32:55 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-04-07 22:32:55 +0300
commitb8d70abdb085e1bced469c0a7e4174ccfe1eb564 (patch)
tree7033bb81f4d18407024eef7d8fdc3f3817325bf0 /scripts
parent7ef066b181529e16ab84e571bc9fc5f4b4429dda (diff)
Enable wildcard-import pylint check
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/pylint-ci.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dev/pylint-ci.sh b/scripts/dev/pylint-ci.sh
index 2eb53879d..e2f5c3cd0 100755
--- a/scripts/dev/pylint-ci.sh
+++ b/scripts/dev/pylint-ci.sh
@@ -1,7 +1,7 @@
#!/bin/sh
PYLINT=${PYLINT:-pylint}
-"$PYLINT" --disable=C0103,C0302,C0301,C0330,E0203,E0401,E0611,E0710,E0712,E1101,E1102,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0311,W0401,W0603,W0613 "$@"
+"$PYLINT" --disable=C0103,C0302,C0301,C0330,E0203,E0401,E0611,E0710,E0712,E1101,E1102,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0311,W0603,W0613 "$@"
# C0103 invalid-name
# C0301 line-too-long
@@ -33,6 +33,5 @@ PYLINT=${PYLINT:-pylint}
# W0231 super-init-not-called
# W0233 non-parent-init-called
# W0311 bad-indentation
-# W0401 wildcard-import
# W0603 global-statement
# W0613 unused-argument