add async_status to PS module doc blacklist
This commit is contained in:
parent
54118d45da
commit
3eec84b69a
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class ModuleValidator(Validator):
|
|||
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)
|
||||
|
||||
PS_DOC_BLACKLIST = frozenset((
|
||||
'async_status.ps1',
|
||||
'slurp.ps1',
|
||||
'setup.ps1'
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue