mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Add shippable.yml to blacklist. (#32)
This commit is contained in:
@@ -123,6 +123,7 @@ class Validator(object):
|
|||||||
class ModuleValidator(Validator):
|
class ModuleValidator(Validator):
|
||||||
BLACKLIST_PATTERNS = ('.git*', '*.pyc', '*.pyo', '.*', '*.md', '*.txt')
|
BLACKLIST_PATTERNS = ('.git*', '*.pyc', '*.pyo', '.*', '*.md', '*.txt')
|
||||||
BLACKLIST_FILES = frozenset(('.git', '.gitignore', '.travis.yml',
|
BLACKLIST_FILES = frozenset(('.git', '.gitignore', '.travis.yml',
|
||||||
|
'shippable.yml',
|
||||||
'.gitattributes', '.gitmodules', 'COPYING',
|
'.gitattributes', '.gitmodules', 'COPYING',
|
||||||
'__init__.py', 'VERSION', 'test-docs.sh'))
|
'__init__.py', 'VERSION', 'test-docs.sh'))
|
||||||
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)
|
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)
|
||||||
|
|||||||
Reference in New Issue
Block a user