osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/28606 )
Change subject: lint: ignore *.asn, *.cc ......................................................................
lint: ignore *.asn, *.cc
Related: https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28603 Change-Id: I3c00bde31f11d40719f014fa1eb3162930984c56 --- M lint/checkpatch/checkpatch_osmo.sh 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/06/28606/1
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh index b0c3985..27369e9 100755 --- a/lint/checkpatch/checkpatch_osmo.sh +++ b/lint/checkpatch/checkpatch_osmo.sh @@ -4,8 +4,8 @@ PROJECT="$(basename "$PROJECT_DIR")"
exclude_paths_common() { - # Test output - echo '--exclude .(ok|err|ctrl|vty)$' + # Test output, generated files + echo '--exclude .(asn|cc|ok|err|ctrl|vty)$' # Generated from commit log, which may contain spelling errors (OS#5232) echo '--exclude ^debian/changelog$' # Patch files