diff --git a/build.py b/build.py index 9494b18f1b..97cf6e50f8 100755 --- a/build.py +++ b/build.py @@ -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()