From 15a2f25e51d694bcebd8155a8451f58bc3e76106 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 24 Apr 2024 14:23:31 +0200 Subject: [PATCH] Exclude doc from the analysis --- sonar-project.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sonar-project.properties b/sonar-project.properties index 951e123..1ba7714 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,6 +5,9 @@ sonar.organization=metal3d sonar.go.tests.reportPaths=gotest.json sonar.go.coverage.reportPaths=coverprofile.out +# excludde +sonar.exclusions=doc/** + # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=katenary #sonar.projectVersion=1.0