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
Fri Oct 8 12:16:26 UTC 2021


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/25/25725/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211008/9daa0709/attachment.htm>


More information about the gerrit-log mailing list