diff --git a/Jakefile.js b/Jakefile.js index f5ed4902fe..943f2eff5e 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -869,6 +869,7 @@ task("lint", ["build-rules"], function() { var result = lintFile(lintOptions, lintTargets[i]); if (result.failureCount > 0) { console.log(result.output); + fail('Linter errors.', result.failureCount); } } });