Change sonar.exclusions to exclude generated docs 14/9414/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 07:10:21 +0000 (09:10 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 07:10:25 +0000 (09:10 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I6a489739136e10a9175e3061b89fb53cb0855bfe

sonar-project.properties

index 3552f95..f1678b2 100644 (file)
@@ -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