Change in osmo-ci[master]: lint: checkpatch_osmo.sh: ignore debian/changelog

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

neels gerrit-no-reply at lists.osmocom.org
Wed Sep 15 17:11:22 UTC 2021


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

Change subject: lint: checkpatch_osmo.sh: ignore debian/changelog
......................................................................

lint: checkpatch_osmo.sh: ignore debian/changelog

Auto-generated from commit log, may contain spelling errors.

Fixes: OS#5232
Change-Id: Id0ccfbff73464dac7f7f939c88a9e2677fa2a37f
---
M lint/checkpatch/checkpatch_osmo.sh
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index b9860b4..4710b7b 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -3,6 +3,7 @@
 
 # Excluded paths:
 # * \.(ok|err)$: stdout and stderr of regression tests
+# * ^debian/changelog$: generated from commit log, which may contain spelling errors (OS#5232)
 # * ^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
@@ -36,6 +37,7 @@
 
 $SCRIPT_DIR/checkpatch.pl \
 	--exclude '\.(ok|err)$' \
+	--exclude '^debian/changelog$' \
 	--exclude '^lint/checkpatch/' \
 	--exclude '^src/gsm/kdf/' \
 	--exclude '^src/gsm/milenage/' \

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id0ccfbff73464dac7f7f939c88a9e2677fa2a37f
Gerrit-Change-Number: 25470
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr 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/20210915/6a20965b/attachment.htm>


More information about the gerrit-log mailing list