Merge "Add log parser support"
authorEric Ball <eball@linuxfoundation.org>
Thu, 16 Jan 2020 18:57:12 +0000 (18:57 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 16 Jan 2020 18:57:12 +0000 (18:57 +0000)
jjb/iec/iec.yaml

index 335ac1e..5b8db9f 100644 (file)
             sonar.test.inclusions=**/*_test.go
             sonar.test.exclusions=**/vendor/**
 
-            # Unit tests
-            sonar.go.coverage.reportPaths=iec-coverage.xml
-            sonar.go.tests.reportPaths=iec-tests.xml
-
-            # Importing External Issues
-            sonar.go.govet.reportPaths=iec-govet.xml
-            sonar.go.golint.reportPaths=iec-golint.xml
-            sonar.go.gometalinter.reportPaths=iec-gometalinter.xml
-            sonar.go.golangci-lint.reportPaths=iec-golangci-lint.xml
 
 ##############
 # PARAMETERS #