Remove obsoleted comment

This commit is contained in:
Wesley Wigham 2015-10-02 17:04:44 -07:00
parent da09f35aca
commit ba2024f493

View File

@ -866,8 +866,6 @@ function lintFileAsync(options, path, cb) {
var lintTargets = compilerSources.concat(harnessCoreSources);
// if the codebase were free of linter errors we could make jake runtests
// run this task automatically
desc("Runs tslint on the compiler sources");
task("lint", ["build-rules"], function() {
var lintOptions = getLinterOptions();