Philipp Hörist pushed to branch master at gajim / gajim


Commits:
1e37087a by Philipp Hörist at 2019-09-23T19:16:49Z
Update pylint-ci.sh

- - - - -


1 changed file:

- scripts/dev/pylint-ci.sh


Changes:

=====================================
scripts/dev/pylint-ci.sh
=====================================
@@ -1,6 +1,7 @@
 #!/bin/sh
 PYLINT=${PYLINT:-pylint}
 
+"$PYLINT" --version
 "$PYLINT" 
--disable=C0103,C0302,C0301,C0330,E0401,E0611,E1101,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
 "$@"
 
 # C0103 invalid-name
@@ -10,8 +11,6 @@ PYLINT=${PYLINT:-pylint}
 # E0401 import-error
 # E0611 no-name-in-module
 # E1101 no-member
-# E1133 not-an-iterable
-# E1136 unsubscriptable-object
 # R0201 no-self-use
 # R0901 too-many-ancestors
 # R0904 too-many-public-methods



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1e37087a0670a65b863756f59341ac4325e12d84

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1e37087a0670a65b863756f59341ac4325e12d84
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to