1 Star 0 Fork 2

ApulisPlatform/go-business

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sonar-project.properties 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dingbai Liao (廖定柏) 提交于 2021-06-03 20:18 +08:00 . add sonar configuration
sonar.projectKey=go-business
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=go-business
sonar.projectVersion=v0.1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=pkg
sonar.exclusions=**/test/**,**/target/**,img/**/*,docs/**/*,**/*.html,*.html
sonar.language=go
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
#golangci-lint 报告路径
sonar.go.golangci-lint.reportPaths=report.xml
#单测覆盖率报告地址
sonar.go.coverage.reportPaths=coverage.out
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/apulisplatform/go-business.git
git@gitee.com:apulisplatform/go-business.git
apulisplatform
go-business
go-business
v1.6.0

搜索帮助