mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-03-02 06:33:56 +01:00
add SonarQube connected mode config
This commit is contained in:
@@ -77,6 +77,7 @@ sonarqube-data-manager:
|
|||||||
- sonar-scanner/
|
- sonar-scanner/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- cd services/data-manager
|
||||||
- sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}"
|
- sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
4
.sonarlint/connectedMode.json
Normal file
4
.sonarlint/connectedMode.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"sonarQubeUri": "https://sqube.fsr.imn.htwk-leipzig.de",
|
||||||
|
"projectKey": "HTWKalender"
|
||||||
|
}
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
sonar.projectKey=HTWKalender
|
|
||||||
sonar.qualitygate.wait=true
|
|
||||||
Reference in New Issue
Block a user