Narrowing the match for python 3 cmp check (#25220)
Allowing the yaml examples in python documentation.
This commit is contained in:
parent
5667603a27
commit
b937bad52e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
CMP_USERS=$(grep -rI ' cmp[^a-zA-Z0-9_]' . \
|
||||
CMP_USERS=$(grep -rI ' cmp[^a-zA-Z0-9_:=]' . \
|
||||
--exclude-dir .tox \
|
||||
| grep -v \
|
||||
-e lib/ansible/module_utils/six/_six.py \
|
||||
|
|
Loading…
Reference in a new issue