Allow language_version to be overridden in config.

This commit is contained in:
Anthony Sottile
2014-06-07 13:27:45 -07:00
parent 7edb438d76
commit 09650b814a

View File

@@ -26,6 +26,7 @@ CONFIG_JSON_SCHEMA = {
'id': {'type': 'string'},
'files': {'type': 'string'},
'exclude': {'type': 'string', 'default': '^$'},
'language_version': {'type': 'string'},
'args': {
'type': 'array',
'default': [],