fix: update Python version to 3.14 and correct exclusions format in sonar-project.properties
Some checks failed
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Failing after 19s

This commit is contained in:
2026-04-17 18:57:23 +01:00
parent 197e4f7886
commit 9276934408

View File

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