From 3ab16b899790fa4dae5a6a718a2fd93c08dee18d Mon Sep 17 00:00:00 2001 From: Timo Beller Date: Mon, 18 Jul 2022 23:42:25 +0200 Subject: [PATCH] =?UTF-8?q?fix(sonar8):=20F=C3=BCge=20gradles=20build-Verz?= =?UTF-8?q?eichnis=20zur=20Sonar-Ausnahmeliste=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/static-analysis/sonar-8.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/static-analysis/sonar-8.gitlab-ci.yml b/templates/static-analysis/sonar-8.gitlab-ci.yml index 2de11fc..790798b 100644 --- a/templates/static-analysis/sonar-8.gitlab-ci.yml +++ b/templates/static-analysis/sonar-8.gitlab-ci.yml @@ -4,7 +4,7 @@ SONAR_HOST_URL: https://sonar.exxcellent.de/sonar8 SONAR_PROJECT_KEY: "" SONAR_PROJECT_NAME: "" - SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" + SONAR_EXCLUSIONS: "**/target/**,**/build/**,**/src/test/**" SONAR_QUALITYGATE_WAIT: "true" SONAR_QUALITYGATE_TIMEOUT: "10000"