From ba2024f493b50fc562653eeaf0004f7ac6554d55 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 2 Oct 2015 17:04:44 -0700 Subject: [PATCH] Remove obsoleted comment --- Jakefile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jakefile.js b/Jakefile.js index 4c13aba3821..fcebeb17716 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -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();