laforge submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
lint: ignore LICENSE* and COPYING*

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

diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index 9e422cf..f56464a 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -10,6 +10,8 @@
echo '--exclude ^debian/changelog$'
# Patch files
echo '--exclude \.patch$'
+ # License files (OS#6397)
+ echo '--exclude ^(LICENSE|COPYING)'
# Symlinks (no newline at end of file)
find -type l -printf '--exclude ^%P$\n'
}

To view, visit change 36221. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I859e9d7fdff5eeb86c24947031522a8123830f0c
Gerrit-Change-Number: 36221
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged