From: ambrishest Date: Thu, 28 Sep 2023 14:38:39 +0000 (+0100) Subject: Delete unnecessary sonar properties file X-Git-Tag: 1.1.0~8 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F11829%2F1;p=nonrtric%2Fplt%2Franpm.git Delete unnecessary sonar properties file Issue-ID: NONRTRIC-914 Change-Id: I77856c520f21d9e471f52a3cb642db91068b418f Signed-off-by: ambrishest --- diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 63b49bb..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,6 +0,0 @@ -sonar.build.sourceEncoding=UTF-8 -sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/*.gen.go,**/*.html,docs/conf.py -sonar.sources=collector -sonar.tests=pm-file-converter -sonar.test.inclusions=**/*_test.go -sonar.typescript.lcov.reportPaths=pm-file-converter/coverage.txt