mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
avoid doing cmp on .git
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user