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

Change subject: lint: ignore symlinks (no newline at end of file)
......................................................................

lint: ignore symlinks (no newline at end of file)

Change-Id: I6db6ebb51cdfd54e8f9c2c5cc7affef60a7dec32
---
M lint/checkpatch/checkpatch_osmo.sh
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, approved



diff --git a/lint/checkpatch/checkpatch_osmo.sh 
b/lint/checkpatch/checkpatch_osmo.sh
index 2194caa..a12d0a1 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$'
+       # Symlinks (no newline at end of file)
+       find -type l -printf '--exclude ^%P$\n'
 }

 exclude_paths_common_asn1c() {

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I6db6ebb51cdfd54e8f9c2c5cc7affef60a7dec32
Gerrit-Change-Number: 28503
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-MessageType: merged

Reply via email to