typescript
Advanced tools
Comparing version 1.6.0-dev.20150723 to 1.6.0-dev.20150724
@@ -778,7 +778,7 @@ // This file contains the build logic for the public repo | ||
var lintTargets = compilerSources.concat(harnessCoreSources); | ||
for(var i in lintTargets) { | ||
for (var i in lintTargets) { | ||
var f = lintTargets[i]; | ||
var cmd = 'tslint -f ' + f; | ||
var cmd = 'tslint -c tslint.json ' + f; | ||
exec(cmd, success(f), failure(f)); | ||
} | ||
}, { async: true }); |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.6.0-dev.20150723", | ||
"version": "1.6.0-dev.20150724", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development", |
@@ -66,3 +66,4 @@ [![Build Status](https://travis-ci.org/Microsoft/TypeScript.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript) | ||
parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'. | ||
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests. | ||
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests. | ||
jake lint # Runs tslint on the TypeScript source. | ||
jake -T # List the above commands. | ||
@@ -69,0 +70,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
11873166
228931
82