aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-logs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/lint/lint-logs.sh')
-rwxr-xr-xtest/lint/lint-logs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-logs.sh b/test/lint/lint-logs.sh
index 632ed7c812..72b6b2e9d5 100755
--- a/test/lint/lint-logs.sh
+++ b/test/lint/lint-logs.sh
@@ -15,6 +15,7 @@
export LC_ALL=C
UNTERMINATED_LOGS=$(git grep --extended-regexp "LogPrintf?\(" -- "*.cpp" | \
grep -v '\\n"' | \
+ grep -v '\.\.\.' | \
grep -v "/\* Continued \*/" | \
grep -v "LogPrint()" | \
grep -v "LogPrintf()")