diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8d3542..a46a901 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ sonarqube-data-manager: - sonar-scanner/ script: + - cd services/data-manager - sonar-scanner -Dsonar.host.url="${SONAR_HOST_URL}" allow_failure: true rules: diff --git a/.sonarlint/connectedMode.json b/.sonarlint/connectedMode.json new file mode 100644 index 0000000..7116341 --- /dev/null +++ b/.sonarlint/connectedMode.json @@ -0,0 +1,4 @@ +{ + "sonarQubeUri": "https://sqube.fsr.imn.htwk-leipzig.de", + "projectKey": "HTWKalender" +} diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index a0ad568..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,2 +0,0 @@ -sonar.projectKey=HTWKalender -sonar.qualitygate.wait=true