2 Star 4 Fork 1

cmlfxz / flask-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sonar-project.properties 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
cmlfxz 提交于 2021-01-17 23:45 . use sonarqube to check code!
# your authentication token
sonar.login=fed7fc3333751935f5987c4a0cc59e0a54676a63
# must be unique in a given SonarQube instance
sonar.projectKey=ms
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=flask-admin
sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
# Comma-separated paths to directories containing source files.
# 限定要分析的路径
sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Set the language of the source code to analyze
# 限定要分析的代码语言,比如py。
# 不设置则默认分析多种语言
sonar.language = py
sonar.host.url = http://192.168.11.142:9000
# sonar-scanner.bat -D"sonar.projectKey=ms" -D"sonar.sources=." -D"sonar.host.url=http://192.168.11.142:9000" -D"sonar.login=fed7fc3333751935f5987c4a0cc59e0a54676a63"
Python
1
https://gitee.com/cmlfxz/flask-admin.git
git@gitee.com:cmlfxz/flask-admin.git
cmlfxz
flask-admin
flask-admin
master

搜索帮助