Revert linting services

This commit is contained in:
Yui T 2015-12-15 10:57:56 -08:00
parent c0ff7f77a2
commit e3075bab78
2 changed files with 537 additions and 537 deletions

View file

@ -924,8 +924,7 @@ function lintFileAsync(options, path, cb) {
var lintTargets = compilerSources
.concat(harnessCoreSources)
.concat(serverCoreSources)
.concat(scriptSources)
.concat([path.join(servicesDirectory,"services.ts")]);
.concat(scriptSources);
desc("Runs tslint on the compiler sources");
task("lint", ["build-rules"], function() {

File diff suppressed because it is too large Load diff