Lint specs with strict mode

This commit is contained in:
Tom Payne
2013-03-04 20:46:39 +01:00
parent 2741daa977
commit 9b122815ce

View File

@@ -333,7 +333,7 @@ def build_check_requires_timestamp(t):
@target('build/lint-spec-timestamp', SPEC, precious=True)
def build_lint_spec_timestamp(t):
t.run('%(GJSLINT)s', t.newer(SPEC))
t.run('%(GJSLINT)s', '--strict', t.newer(SPEC))
t.touch()