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

Change subject: lint: checkpatch_osmo.sh: exclude .patch files
......................................................................

lint: checkpatch_osmo.sh: exclude .patch files

Change-Id: I734452bc78d7e026292883f81bc07c3baf58e309
---
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
  laforge: Looks good to me, approved



diff --git a/lint/checkpatch/checkpatch_osmo.sh 
b/lint/checkpatch/checkpatch_osmo.sh
index faf0fca..084a7ea 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -8,6 +8,8 @@
        echo '--exclude \.(ok|err)$'
        # Generated from commit log, which may contain spelling errors (OS#5232)
        echo '--exclude ^debian/changelog$'
+       # Patch files
+       echo '--exclude \.patch$'
 }

 exclude_paths_common_asn1c() {

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I734452bc78d7e026292883f81bc07c3baf58e309
Gerrit-Change-Number: 27359
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to