From: elinuxhenrik Date: Thu, 27 Oct 2022 07:10:21 +0000 (+0200) Subject: Change sonar.exclusions to exclude generated docs X-Git-Tag: 1.0.0~39 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=099459d8f4610989d3a4a69d7585b620e3f0323b;p=nonrtric%2Fplt%2Fsme.git Change sonar.exclusions to exclude generated docs Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I6a489739136e10a9175e3061b89fb53cb0855bfe --- 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