Files
roboluke/sonar-project.properties
Luke Tainton 9276934408
Some checks failed
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Failing after 19s
fix: update Python version to 3.14 and correct exclusions format in sonar-project.properties
2026-04-17 18:57:23 +01:00

11 lines
471 B
INI

sonar.projectKey=roboluke
sonar.projectName=roboluke
sonar.python.version=3.14
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=.archive/**,.github/**,.gitea/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt