From 099459d8f4610989d3a4a69d7585b620e3f0323b Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 27 Oct 2022 09:10:21 +0200 Subject: [PATCH] Change sonar.exclusions to exclude generated docs Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I6a489739136e10a9175e3061b89fb53cb0855bfe --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 3552f95..f1678b2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.build.sourceEncoding=UTF-8 -sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go +sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go,**/*.html,docs/conf.py sonar.sources=collector sonar.tests=capifcore sonar.test.inclusions=**/*_test.go -- 2.16.6