Change in pysim[master]: contrib/jenkins.sh: make pylint warn about unnecessary semicolon

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Nov 5 13:06:09 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/26123 )


Change subject: contrib/jenkins.sh: make pylint warn about unnecessary semicolon
......................................................................

contrib/jenkins.sh: make pylint warn about unnecessary semicolon

Change-Id: I7793e30501ad109c95b207cbfada50596de17cda
Related: OS#5292
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/23/26123/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 91dcdd2..e2e04e7 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -38,6 +38,7 @@
 python -m pylint --errors-only \
 	--disable E1102 \
 	--disable E0401 \
+	--enable W0301 \
 	pySim *.py
 
 # attempt to build documentation

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/26123
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I7793e30501ad109c95b207cbfada50596de17cda
Gerrit-Change-Number: 26123
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211105/8bff492a/attachment.htm>


More information about the gerrit-log mailing list