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
Fri Jul 30 08:11:57 UTC 2021


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

Approvals:
  pespin: Looks good to me, but someone else must approve
  neels: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved; Verified



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: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr 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/20210730/654cde67/attachment.htm>


More information about the gerrit-log mailing list