mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Update BLACKLISTs
This commit is contained in:
@@ -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((
|
||||
|
||||
Reference in New Issue
Block a user