Philipp Hörist pushed to branch master at gajim / gajim
Commits: 40ea0c9d by Philipp Hörist at 2019-09-23T20:34:03Z CI: Disable pylint E1133 for now see https://gitlab.gnome.org/GNOME/pygobject/issues/361 - - - - - 1 changed file: - scripts/dev/pylint-ci.sh Changes: ===================================== scripts/dev/pylint-ci.sh ===================================== @@ -2,7 +2,7 @@ PYLINT=${PYLINT:-pylint} "$PYLINT" --version -"$PYLINT" --disable=C0103,C0302,C0301,C0330,E0401,E0611,E1101,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,E0611,E1101,E1133,E1136,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 @@ -11,6 +11,7 @@ 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 View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/40ea0c9dae3bd0c0213c744c64eb6c357d36bb95 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/40ea0c9dae3bd0c0213c744c64eb6c357d36bb95 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
