Merge pull request #6141 from Microsoft/linting_services

Apply tslint to services.ts file
This commit is contained in:
Yui
2015-12-17 18:26:26 -08:00
2 changed files with 538 additions and 538 deletions

View File

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

File diff suppressed because it is too large Load Diff