From: Kevin Sandi Date: Tue, 4 Mar 2025 18:22:17 +0000 (-0600) Subject: Fix: update sonar scan properties X-Git-Tag: 1.0.3~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0a03217e2ff325176d9a09b0e12b453e8301e759;p=policy%2Fopa-pdp.git Fix: update sonar scan properties Issue-ID: CIMAN-33 Change-Id: Iaf44020894b31843b2e6779b95543c1f327c9d26 Signed-off-by: Kevin Sandi --- diff --git a/sonar-project.properties b/sonar-project.properties index 162d5db..acc745b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,5 +2,5 @@ # SPDX-FileCopyrightText: 2025 The Linux Foundation sonar.organization=onap sonar.projectKey=policy-opa-pdp -sonar.exclusions=*/_test.go, */mocks/*, */models.go -sonar.test.inclusions=*/_test.go +sonar.exclusions=**/_test.go, **/mocks/*, **/models.go +sonar.test.inclusions=**/_test.go