lint: ignore test output in .ctrl, .vty files

Change-Id: I7611bb1b26c4abbfb572182a490f289216e7b708
This commit is contained in:
Oliver Smith 2022-06-20 14:19:04 +02:00
parent 38d569d45f
commit 6dccbdbe92
1 changed files with 2 additions and 2 deletions

View File

@ -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