Update Sonar config

This commit is contained in:
2024-02-19 17:25:13 +00:00
parent 01275a27dd
commit ab4b66ce1a

View File

@@ -1,12 +1,11 @@
sonar.organization=luketainton
# sonar.projectKey=luketainton_6to4_converter_AYHpASgJSbMjdyWLhHiC
sonar.projectKey=luketainton_6to4_converter
sonar.projectName=6to4_converter
sonar.projectVersion=1.0
sonar.python.version=3.10
sonar.python.version=3.11
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.pylint.reportPaths=lintreport.txt
sonar.python.xunit.reportPath=testresults.xml
sonar.sources=app
sonar.tests=tests
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt
sonar.exclusions=.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt