@ioffice/tc-builder
Advanced tools
Comparing version 1.1.0-beta.1804251446 to 1.1.0-beta.1804251508
@@ -63,5 +63,4 @@ "use strict"; | ||
var linter = new Lint.Linter(options, program); | ||
console.log('uhuh...'); | ||
var configFile = Lint.Configuration.loadConfigurationFromPath(tsLintConfigPath); | ||
console.log('configFile:', configFile); | ||
console.log('GOT IT:', configFile); | ||
linter.lint(fileName, '', configFile); | ||
@@ -142,4 +141,3 @@ var lintResults = linter.getResult(); | ||
var program = ts.createProgram(parsed.fileNames, parsed.options, host); | ||
console.log('about to compile:', tsLintConfigPath); | ||
var results = compile(program, project.config.compilerOptions || {}, tsLintConfigPath || 'tslint.json', verbose); | ||
var results = compile(program, project.config.compilerOptions || {}, tsLintConfigPath || './tslint.json', verbose); | ||
var output = { | ||
@@ -146,0 +144,0 @@ results: results, |
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "1.1.0-beta.1804251446", | ||
"version": "1.1.0-beta.1804251508", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90201
1234