From 272f5fd03a499cad24736cb7e0f8e058b6a0414e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 3 Jul 2017 15:15:38 -0400 Subject: [PATCH] avoid doing cmp on .git --- test/sanity/code-smell/no-list-cmp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sanity/code-smell/no-list-cmp.sh b/test/sanity/code-smell/no-list-cmp.sh index b71c112b8a..f6b84ea816 100755 --- a/test/sanity/code-smell/no-list-cmp.sh +++ b/test/sanity/code-smell/no-list-cmp.sh @@ -4,6 +4,7 @@ CMP_USERS=$(grep -rI ' cmp[^a-zA-Z0-9_:=]' . \ --exclude-dir .tox \ | grep -v \ -e lib/ansible/module_utils/six/_six.py \ + -e .git \ -e test/sanity/code-smell/no-list-cmp.sh )