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:
Diffstat (limited to 'scripts/dev/pylint-ci.sh')
-rwxr-xr-xscripts/dev/pylint-ci.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/dev/pylint-ci.sh b/scripts/dev/pylint-ci.sh
index 7a1636f5e..2b2cd6239 100755
--- a/scripts/dev/pylint-ci.sh
+++ b/scripts/dev/pylint-ci.sh
@@ -1,19 +1,14 @@
#!/bin/sh
PYLINT=${PYLINT:-pylint}
-"$PYLINT" --disable=C0103,C0302,C0301,C0330,E0401,E0611,E0710,E0712,E1101,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613 "$@"
+"$PYLINT" --disable=C0103,C0302,C0301,C0330,E0401,E1101,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
# C0302 too-many-lines
# C0330 bad-continuation
# E0401 import-error
-# E0611 no-name-in-module
-# E0710 raising-non-exception - GLib.GError is not recognized
-# E0712 catching-non-exception - GLib.GError is not recognized
# E1101 no-member
-# E1133 not-an-iterable
-# E1136 unsubscriptable-object
# R0201 no-self-use
# R0901 too-many-ancestors
# R0904 too-many-public-methods