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 16:04:03 UTC 2021


fixeria has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, but someone else must approve



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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211105/e14972c7/attachment.htm>


More information about the gerrit-log mailing list