avoid doing cmp on .git

pull/26138/head
Brian Coca 7 years ago
parent ec6e3b0e32
commit 272f5fd03a

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

Loading…
Cancel
Save