fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/03/28503/1
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh index 2194caa..e21ac21 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 -exec echo '--exclude ^{}$' ; }
exclude_paths_common_asn1c() {