From 9e84e82b5f37cdc1974f9b7f4498d9419ee8dce2 Mon Sep 17 00:00:00 2001 From: Trevor Tao Date: Fri, 10 Jan 2020 10:46:23 +0800 Subject: [PATCH] Restore the sonar config to just use the default Remove the unneccesary sonar config as those files are not available now, and we can just use the default Signed-off-by: Trevor Tao Change-Id: I248f4f2762d3ebaae9493df000f7ed3b4d010f2d Signed-off-by: Trevor Tao --- jjb/iec/iec.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 335ac1e..5b8db9f 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -100,15 +100,6 @@ 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 # -- 2.16.6