2017-03-30 09:05:31 +00:00
|
|
|
sonar.projectKey=chickenhouse:python
|
|
|
|
sonar.projectName=chickenhouse:python
|
|
|
|
sonar.projectVersion=1.0
|
|
|
|
sonar.host.url=http://sonarqube:9000
|
2017-03-30 13:15:00 +00:00
|
|
|
sonar.sources=gate_guard
|
2017-03-30 09:05:31 +00:00
|
|
|
sonar.tests=tests/unittests
|
|
|
|
sonar.language=py
|
|
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
sonar.python.xunit.reportPath=nosetests.xml
|
|
|
|
sonar.python.coverage.reportPath=coverage.xml
|
|
|
|
sonar.python.pylint.reportPath=pylint.txt
|