fix: sonarqube config.d.ts

Signed-off-by: ritesh007 <rithu.ritesh@gmail.com>
This commit is contained in:
ritesh007
2023-06-14 19:13:19 -05:00
parent 9f9b8ef2f0
commit 4aa0d0fd21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
export interface Config {
/** Optional configurations for the SonarQube plugin */
sonarQube?: {
sonarqube?: {
/**
* The base url of the sonarqube installation. Defaults to https://sonarcloud.io.
* @visibility frontend
+1 -1
View File
@@ -16,7 +16,7 @@
export interface Config {
/** Optional configurations for the SonarQube plugin */
sonarQube?: {
sonarqube?: {
/**
* The base url of the sonarqube installation. Defaults to https://sonarcloud.io.
* @visibility frontend