Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
14f22522 by lovetox at 2021-11-07T00:27:27+01:00
CI: Ignore some pylint errors
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -15,7 +15,7 @@ run-test:
- pip3 install -I coverage
- pip3 install -I idna
- pip3 install -I precis-i18n
- - python3 -m pylint nbxmpp
--disable=C0103,C0201,C0301,C0326,C0330,W0201,W0212,W0221,W0231,W0233,W0621,W0622,R0201,E1101,E1135
+ - python3 -m pylint nbxmpp
--disable=C0103,C0201,C0209,C0301,C0326,C0330,W0201,W0212,W0221,W0231,W0233,W0621,W0622,W0707,R0201,R0801,E1101,E1135
- coverage run --source=nbxmpp -m unittest discover -v
- coverage report -mi
- coverage xml -i
@@ -28,6 +28,7 @@ run-test:
# C0103 invalid-name
# C0201 consider-iterating-dictionary
+# C0209 consider-using-f-string
# C0301 line-too-long
# C0326 bad-whitespace
# C0330 bad-continuation
@@ -38,7 +39,9 @@ run-test:
# W0233 non-parent-init-called
# W0621 redefined-outer-name
# W0622 redefined-builtin
+# W0707 raise-missing-from
# R0201 no-self-use
+# R0801 duplicate-code
# E1101 no-member
# E1135 unsupported-membership-test
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/14f225223ca2d47fedb925167e105708c7d52612
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/14f225223ca2d47fedb925167e105708c7d52612
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