We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb9342 commit 8711493Copy full SHA for 8711493
1 file changed
Jakefile.js
@@ -869,6 +869,7 @@ task("lint", ["build-rules"], function() {
869
var result = lintFile(lintOptions, lintTargets[i]);
870
if (result.failureCount > 0) {
871
console.log(result.output);
872
+ fail('Linter errors.', result.failureCount);
873
}
874
875
});
0 commit comments