Restore the sonar config to just use the default 86/2186/2
authorTrevor Tao <trevor.tao@arm.com>
Fri, 10 Jan 2020 02:46:23 +0000 (10:46 +0800)
committerTrevor Tao <trevor.tao@arm.com>
Fri, 10 Jan 2020 02:47:49 +0000 (10:47 +0800)
Remove the unneccesary sonar config as those files are not available
now, and we can just use the default

Signed-off-by: Trevor Tao <trevor.tao@arm.com>
Change-Id: I248f4f2762d3ebaae9493df000f7ed3b4d010f2d
Signed-off-by: Trevor Tao <trevor.tao@arm.com>
jjb/iec/iec.yaml

index 335ac1e..5b8db9f 100644 (file)
             sonar.test.inclusions=**/*_test.go
             sonar.test.exclusions=**/vendor/**
 
             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 #
 
 ##############
 # PARAMETERS #