@koliveira15/nx-sonarqube
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "src/index.js", | ||
@@ -10,0 +10,0 @@ "generators": "./generators.json", |
@@ -0,0 +0,0 @@ # @koliveira15/nx-sonarqube |
@@ -13,4 +13,5 @@ export interface ScanExecutorSchema { | ||
testInclusions?: string; | ||
tsConfig?: string; | ||
verbose?: boolean; | ||
extra?: { [option: string]: string }; | ||
} |
@@ -59,2 +59,7 @@ { | ||
}, | ||
"tsConfig": { | ||
"description": "Path to tsconfig.json", | ||
"type": "string", | ||
"default": "tsconfig.base.json" | ||
}, | ||
"verbose": { | ||
@@ -61,0 +66,0 @@ "description": "Add more detail to both client and server-side analysis logs", |
@@ -124,3 +124,3 @@ "use strict"; | ||
'sonar.test.inclusions': options.testInclusions, | ||
'sonar.typescript.tsconfigPath': 'tsconfig.base.json', | ||
'sonar.typescript.tsconfigPath': options.tsConfig, | ||
'sonar.verbose': String(options.verbose), | ||
@@ -127,0 +127,0 @@ }; |
@@ -0,0 +0,0 @@ export interface NxSonarqubeGeneratorSchema { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
503
28156