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 <forenjunkie@chello.at>2018-09-18 11:33:31 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-09-18 11:33:31 +0300
commit2acfcfd9f92f09a36ee0031a9bb807a2c3b8c9a1 (patch)
treedb378bc5e6de735de938afcbea55d4a97802cb28 /scripts
parentdea146483240f4972b361406179abb05eff5c3e4 (diff)
Update pylint error list
- Check for C0121 singleton-comparison - Check for C0321 multiple-statements
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/pre-push-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/pre-push-tests.sh b/scripts/dev/pre-push-tests.sh
index 87d076c21..7e3363abf 100644
--- a/scripts/dev/pre-push-tests.sh
+++ b/scripts/dev/pre-push-tests.sh
@@ -1,2 +1,2 @@
mypy -p gajim.common.modules --follow-imports=skip
-pylint --jobs=2 --additional-builtins=_ --disable=all --enable=C0201,C0325,C1801,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0106,E0107,E0108,E0202,E0221,E0222,E0235,E0501,E0502,E0503,E0602,E0603,E0604,E0701,E0702,E1001,E1002,E1003,E1004,E1111,E1120,E1121,E1122,E1123,E1124,E1125,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701,R0123,R0205,R1703,R1704,R1705,R1707,W0102,W0611,W0612,W0621,W0702,W1201,W1202 gajim
+pylint --jobs=2 --additional-builtins=_ --disable=all --enable=C0121,C0201,C0321,C0325,C1801,E0001,E0011,E0012,E0100,E0101,E0102,E0103,E0104,E0105,E0106,E0107,E0108,E0202,E0221,E0222,E0235,E0501,E0502,E0503,E0602,E0603,E0604,E0701,E0702,E1001,E1002,E1003,E1004,E1111,E1120,E1121,E1122,E1123,E1124,E1125,E1200,E1201,E1205,E1206,E1300,E1301,E1302,E1303,E1304,E1305,E1306,E1310,E1700,E1701,R0123,R0205,R1703,R1704,R1705,R1707,W0102,W0611,W0612,W0621,W0702,W1201,W1202 gajim