Change in osmo-ci[master]: lint: exclude kdf, milenage for libosmocore

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 Jul 19 12:33:28 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/24962 )


Change subject: lint: exclude kdf, milenage for libosmocore
......................................................................

lint: exclude kdf, milenage for libosmocore

Imported code that doesn't follow our guidelines (e.g. spaces used
instead of tabs).

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



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

diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index 88f0b2d..e88688a 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -4,6 +4,8 @@
 # Excluded paths:
 # * \.(ok|err)$: stdout and stderr of regression tests
 # * ^lint/checkpatch/: so it does not warn about spelling errors in spelling.txt :)
+# * ^src/gsm/kdf/: libosmocore: imported code
+# * ^src/gsm/milenage/: libosmocore: imported code
 
 # Ignored checks:
 # * ASSIGN_IN_IF: not followed (e.g. 'if ((u8 = gsup_msg->cause))')
@@ -31,6 +33,8 @@
 $SCRIPT_DIR/checkpatch.pl \
 	--exclude '\.(ok|err)$' \
 	--exclude '^lint/checkpatch/' \
+	--exclude '^src/gsm/kdf/' \
+	--exclude '^src/gsm/milenage/' \
 	--ignore ASSIGN_IN_IF \
 	--ignore AVOID_EXTERNS \
 	--ignore BLOCK_COMMENT_STYLE \

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iccf59d66f35ede9710258faf9d4257584214bb17
Gerrit-Change-Number: 24962
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/20210719/cf0d0d50/attachment.htm>


More information about the gerrit-log mailing list