Enable all gjslint errors

This commit is contained in:
Tom Payne
2013-05-21 12:53:04 +02:00
parent 975e180b26
commit e744a1b6e9

View File

@@ -357,8 +357,11 @@ def build_lint_src_timestamp(t):
path
for path in ifind('externs', 'build/src/external/externs')
if path.endswith('.js')]
t.run('%(GJSLINT)s', '--strict', '--limited_doc_files=%s' %
(','.join(limited_doc_files),), t.newer(t.dependencies))
t.run('%(GJSLINT)s',
'--jslint_error=all',
'--limited_doc_files=%s' % (','.join(limited_doc_files),),
'--strict',
t.newer(t.dependencies))
t.touch()