Enable all gjslint errors
This commit is contained in:
@@ -357,8 +357,11 @@ def build_lint_src_timestamp(t):
|
|||||||
path
|
path
|
||||||
for path in ifind('externs', 'build/src/external/externs')
|
for path in ifind('externs', 'build/src/external/externs')
|
||||||
if path.endswith('.js')]
|
if path.endswith('.js')]
|
||||||
t.run('%(GJSLINT)s', '--strict', '--limited_doc_files=%s' %
|
t.run('%(GJSLINT)s',
|
||||||
(','.join(limited_doc_files),), t.newer(t.dependencies))
|
'--jslint_error=all',
|
||||||
|
'--limited_doc_files=%s' % (','.join(limited_doc_files),),
|
||||||
|
'--strict',
|
||||||
|
t.newer(t.dependencies))
|
||||||
t.touch()
|
t.touch()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user