From bb6f481428aee73d551aa3a455b9027f32cb2a03 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 15 Jun 2026 14:42:03 +0000 Subject: [PATCH] Update .gitea/workflows/sonar.yaml --- .gitea/workflows/sonar.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sonar.yaml b/.gitea/workflows/sonar.yaml index dfe9e7c..ba3958e 100644 --- a/.gitea/workflows/sonar.yaml +++ b/.gitea/workflows/sonar.yaml @@ -1,4 +1,3 @@ - name: SonarQube Analysis on: @@ -122,7 +121,9 @@ jobs: - name: Build and test run: | ./mvnw -B verify \ - -Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests' + -Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests' \ + -Dnohttp.checkstyle.suppressions.file=src/checkstyle/nohttp-checkstyle-suppressions.xml \ + -Dcheckstyle.suppressionsFile=src/checkstyle/nohttp-checkstyle-suppressions.xml - name: SonarQube analysis run: |