ss412g | efcb452 | 2019-12-02 16:59:19 +0200 | [diff] [blame] | 1 | #----- Default SonarQube server |
ss412g | ef8e7b2 | 2020-07-14 21:54:24 +0000 | [diff] [blame] | 2 | sonar.host.url=http://135.76.210.196:9000 |
ss412g | efcb452 | 2019-12-02 16:59:19 +0200 | [diff] [blame] | 3 | sonar.projectKey=oran:e2mgr |
| 4 | sonar.projectName=e2mgr |
| 5 | sonar.login=admin |
| 6 | sonar.password=admin |
| 7 | sonar.go.coverage.reportPaths=coverage.txt |
| 8 | #----- Default source code encoding |
| 9 | #sonar.sourceEncoding=UTF-8 |
ss412g | ef8e7b2 | 2020-07-14 21:54:24 +0000 | [diff] [blame] | 10 | sonar.projectBaseDir=/home/vagrant/oran_repo/e2mgr/E2Manager/ |
ss412g | efcb452 | 2019-12-02 16:59:19 +0200 | [diff] [blame] | 11 | sonar.sources=. |
| 12 | sonar.exclusions=**/*_test.go,**/generate_source.go,**/*_generated.go,**/build/**,**/.gogradle/**,**/mocks/**,**/tests/**,**/e2managererrors/**,**/enums/** |
| 13 | sonar.go.golangci-lint.reportPaths=sca.xml |
| 14 | |