aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-06-20 14:19:04 +0200
committerOliver Smith <osmith@sysmocom.de>2022-06-20 15:29:00 +0200
commit6dccbdbe92fafe51561283c3e106ad317b979989 (patch)
treea631099b33209cf532bfc60a18d53a18ef0c1ca3
parent38d569d45f6b9e120e52d2df385645376f312423 (diff)
lint: ignore test output in .ctrl, .vty files
-rwxr-xr-xlint/checkpatch/checkpatch_osmo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index 084a7ea..2194caa 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -4,8 +4,8 @@ PROJECT_DIR="$(git rev-parse --show-toplevel)"
PROJECT="$(basename "$PROJECT_DIR")"
exclude_paths_common() {
- # Stdout and stderr of regression tests
- echo '--exclude \.(ok|err)$'
+ # Test output
+ echo '--exclude \.(ok|err|ctrl|vty)$'
# Generated from commit log, which may contain spelling errors (OS#5232)
echo '--exclude ^debian/changelog$'
# Patch files