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 <[email protected]>
Gerrit-MessageType: newchange