summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/line-endings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/line-endings.sh')
-rwxr-xr-xtest/sanity/code-smell/line-endings.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanity/code-smell/line-endings.sh b/test/sanity/code-smell/line-endings.sh
index 4d8b5f3849..d97b1143dc 100755
--- a/test/sanity/code-smell/line-endings.sh
+++ b/test/sanity/code-smell/line-endings.sh
@@ -2,6 +2,8 @@
grep -RIPl '\r' . 2>/dev/null \
--exclude-dir .git \
+ | grep -v -E \
+ -e '/.tox/' \
| grep -v -F \
-e './test/integration/targets/win_regmerge/templates/win_line_ending.j2'