Narrowing the match for python 3 cmp check (#25220)

Allowing the yaml examples in python documentation.
pull/20467/merge
Chris Alfonso 7 years ago committed by John R Barker
parent 5667603a27
commit b937bad52e

@ -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…
Cancel
Save