加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sonar-project.properties 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
cheyang 提交于 2023-03-21 11:44 . Fix code smells of dockerfile (#2767)
sonar.projectKey=fluid-cloudnative_fluid
sonar.organization=fluid-cloudnative
sonar.sources=.
sonar.exclusions=**/docs/**,**/docs-new/**,**/*test.go,**/vendor/**,**/apis/**
sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarcloud.io
# Exclude following set of patterns from coverage analysis
sonar.coverage.exclusions=**/vendor/**,**/*_test.go,tests/**,docs/**
# Exclude following set of patterns from code analysis
sonar.go.exclusions=**/vendor/**,**/*_test.go,docs/**
# Exclude following set of patterns from duplication detection
sonar.cpd.exclusions=docs/**,docs-new/**,**/*test.go,**/vendor/**
sonar.securityhotspot.exclusions=**/charts/**
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化