From c4cb5fc5c6c5ee66c8c5a389d97a5d0eeabfd162 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Thu, 12 Dec 2024 14:11:03 +0100 Subject: [PATCH] Ignore files that are not relevant in SonarQube --- sonar.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sonar.properties b/sonar.properties index 4933ccde..cea633fc 100644 --- a/sonar.properties +++ b/sonar.properties @@ -1,6 +1,7 @@ sonar.projectKey=gso sonar.projectName=GSO -sonar.projectVersion=0.x +sonar.projectVersion=2.28 sonar.sources=gso sonar.python.coverage.reportPaths=coverage.xml -sonar.host.url=https://sonarqube.software.geant.org/ \ No newline at end of file +sonar.host.url=https://sonarqube.software.geant.org/ +sonar.exclusions=gso/migrations/**, test/**, docs/** -- GitLab