Add types to manifests, make it and files optional

This commit is contained in:
Chris Kuehl 2016-01-06 16:49:42 -08:00
parent 464ac233dd
commit 9b44f54241
3 changed files with 18 additions and 5 deletions

View file

@ -25,6 +25,7 @@ def test_manifest_contents(manifest):
'entry': 'bin/hook.sh',
'exclude': '^$',
'files': '',
'types': ['file'],
'id': 'bash_hook',
'language': 'script',
'language_version': 'default',
@ -42,6 +43,7 @@ def test_hooks(manifest):
'entry': 'bin/hook.sh',
'exclude': '^$',
'files': '',
'types': ['file'],
'id': 'bash_hook',
'language': 'script',
'language_version': 'default',