Change sonar.exclusions to exclude generated code 12/9412/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 06:11:28 +0000 (08:11 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 06:11:34 +0000 (08:11 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Id99b6121703ea5adf28a54226a28bd9cd2d8fb5d

sonar-project.properties

index a9dbfa9..3552f95 100644 (file)
@@ -1,5 +1,5 @@
 sonar.build.sourceEncoding=UTF-8
-sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/common/**/*,**/accesscontrolpolicyapi/**/*,**/aefsecurityapi/**/*,**/auditingapi/**/*,**/discoverserviceapi/**/*,**/eventsapi/**/*,**/invokermanagementapi/**/*,**/loggingapi/**/*,**/securityapi/**/*,**/publishserviceapi/**/*,**/routinginfoapi/**/*
+sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go
 sonar.sources=collector
 sonar.tests=capifcore
 sonar.test.inclusions=**/*_test.go