Merge pull request #18266 from Ritesh007/ritesh007-sonarqube-config

fix: sonarqube config.d.ts
This commit is contained in:
Fredrik Adelöw
2023-06-15 17:11:02 +02:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-sonarqube-backend': minor
'@backstage/plugin-sonarqube': minor
---
fix sonarqube case in config schema definition
+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