From b794d929917ed5eb8d3e8979b2f0356eda3864a9 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 30 Jun 2015 13:50:01 -0500 Subject: [PATCH] Update BLACKLISTs --- ansible_testing/modules.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible_testing/modules.py b/ansible_testing/modules.py index c70b274114d..69737449757 100644 --- a/ansible_testing/modules.py +++ b/ansible_testing/modules.py @@ -66,11 +66,10 @@ class Validator(object): class ModuleValidator(Validator): - BLACKLIST_PATTERNS = ('.git*', '*.pyc', '*.pyo', '.*') + BLACKLIST_PATTERNS = ('.git*', '*.pyc', '*.pyo', '.*', '*.md') BLACKLIST_FILES = frozenset(('.git', '.gitignore', '.travis.yml', '.gitattributes', '.gitmodules', 'COPYING', - 'CONTRIBUTING.md', 'README.md', - '__init__.py')) + '__init__.py', 'VERSION', 'test-docs.sh')) BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES) BOTTOM_IMPORTS = frozenset((