Add shippable.yml to blacklist. (#32)

reviewable/pr18001/r7
Matt Clay 8 years ago committed by John Barker
parent 247066e6a8
commit 5d342050a6

@ -123,6 +123,7 @@ class Validator(object):
class ModuleValidator(Validator):
BLACKLIST_PATTERNS = ('.git*', '*.pyc', '*.pyo', '.*', '*.md', '*.txt')
BLACKLIST_FILES = frozenset(('.git', '.gitignore', '.travis.yml',
'shippable.yml',
'.gitattributes', '.gitmodules', 'COPYING',
'__init__.py', 'VERSION', 'test-docs.sh'))
BLACKLIST = BLACKLIST_FILES.union(BLACKLIST_MODULES)

Loading…
Cancel
Save