Change in osmo-ci[master]: lint: osmo-pcu: exclude imported wireshark code

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/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Oct 11 06:06:46 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/25725 )

Change subject: lint: osmo-pcu: exclude imported wireshark code
......................................................................

lint: osmo-pcu: exclude imported wireshark code

Related: OS#5087
Change-Id: I70814512bdba50363edd4195b5b073698ea6532c
---
M lint/checkpatch/checkpatch_osmo.sh
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index fd0e10a..568f9b2 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -20,6 +20,11 @@
 		# Do not warn about spelling errors in spelling.txt :)
 		echo '--exclude ^lint/checkpatch/spelling.txt$'
 		;;
+	osmo-pcu)
+		# Imported code
+		echo '--exclude ^src/csn1.(c|h)$'
+		echo '--exclude ^src/gsm_rlcmac.(c|h)$'
+		;;
 	esac
 }
 

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I70814512bdba50363edd4195b5b073698ea6532c
Gerrit-Change-Number: 25725
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20211011/c14715b7/attachment.htm>


More information about the gerrit-log mailing list