From 92769344086ec9e921bab7ba48a213cea10f16b4 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 17 Apr 2026 18:57:23 +0100 Subject: [PATCH] fix: update Python version to 3.14 and correct exclusions format in sonar-project.properties --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 2013b30..80bedcb 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,10 +1,10 @@ sonar.projectKey=roboluke sonar.projectName=roboluke -sonar.python.version=3.13 +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=,.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