roboluke/sonar-project.properties
Luke Tainton 9ed144b042
Some checks failed
CI / validate_pr_title (pull_request) Failing after 6s
CI / ci (pull_request) Failing after 1m5s
feat(ci): switch to SonarQube self-hosted
2025-02-09 20:04:01 +00:00

12 lines
451 B
INI

sonar.projectKey=roboluke
sonar.projectName=roboluke
sonar.python.version=3.13
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.pylint.reportPaths=lintreport.txt
sonar.python.xunit.reportPath=testresults.xml
sonar.docker.hadolint.reportPaths=hadolint.out
sonar.sources=Dockerfile,app
sonar.tests=tests
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt