roboluke/sonar-project.properties
Luke Tainton b5041555c5
Some checks failed
CI / validate_pr_title (pull_request) Failing after 36s
CI / ci (pull_request) Failing after 1m18s
fix Sonar
2025-02-09 20:17:50 +00:00

11 lines
450 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