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>
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 #