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:
authorlovetox <philipp@hoerist.com>2020-12-21 22:56:29 +0300
committerlovetox <philipp@hoerist.com>2020-12-21 22:56:29 +0300
commitcc0b42603914daaf2a43eab754f902cd69a025c3 (patch)
treebf969bd87f658b3d7d5391906fe21229bb831061 /scripts
parent6ab69a1e702f59904fcbe720e613e6f02e6bd2ca (diff)
Disable pylint test
wrong-import-order seems broken on python 3.7
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/pylint-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/pylint-ci.sh b/scripts/dev/pylint-ci.sh
index 73e19a9f4..593c6b05f 100755
--- a/scripts/dev/pylint-ci.sh
+++ b/scripts/dev/pylint-ci.sh
@@ -5,7 +5,7 @@ set -e
PYLINT=${PYLINT:-pylint}
-IGNORE_ERRORS=C0103,C0302,C0301,C0330,C0415,E0401,E0611,E1101,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
+IGNORE_ERRORS=C0103,C0302,C0301,C0330,C0411,C0415,E0401,E0611,E1101,E1133,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
IGNORE_GTK_MODULE_ERRORS=C0103,C0301,C0330,C0415,E0401,E0611,E1101,E1133,E1136,R0201,R0904,R0915,R1710,W0201,W0212,W0233,W0221,W0613