Skip to content

Commit ba2024f

Browse files
committed
Remove obsoleted comment
1 parent da09f35 commit ba2024f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Jakefile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,6 @@ function lintFileAsync(options, path, cb) {
866866

867867
var lintTargets = compilerSources.concat(harnessCoreSources);
868868

869-
// if the codebase were free of linter errors we could make jake runtests
870-
// run this task automatically
871869
desc("Runs tslint on the compiler sources");
872870
task("lint", ["build-rules"], function() {
873871
var lintOptions = getLinterOptions();

0 commit comments

Comments
 (0)