mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
avoid doing cmp on .git
This commit is contained in:
parent
ec6e3b0e32
commit
272f5fd03a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ CMP_USERS=$(grep -rI ' cmp[^a-zA-Z0-9_:=]' . \
|
||||||
--exclude-dir .tox \
|
--exclude-dir .tox \
|
||||||
| grep -v \
|
| grep -v \
|
||||||
-e lib/ansible/module_utils/six/_six.py \
|
-e lib/ansible/module_utils/six/_six.py \
|
||||||
|
-e .git \
|
||||||
-e test/sanity/code-smell/no-list-cmp.sh
|
-e test/sanity/code-smell/no-list-cmp.sh
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue