add async_status to PS module doc blacklist

This commit is contained in:
nitzmahone
2016-09-06 09:59:20 -07:00
committed by John Barker
parent 54118d45da
commit 3eec84b69a

View File

@@ -129,6 +129,7 @@ class ModuleValidator(Validator):
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)
PS_DOC_BLACKLIST = frozenset((
'async_status.ps1',
'slurp.ps1',
'setup.ps1'
))