Add Sonar (#14)

* Add Sonar

* Fix code smells
This commit is contained in:
2022-07-10 17:27:44 +01:00
committed by GitHub
parent b75300de8e
commit 4e5a200539
11 changed files with 35 additions and 18 deletions

8
sonar-project.properties Normal file
View File

@ -0,0 +1,8 @@
sonar.projectKey=luketainton_pypilot_AYHo1eOKSbMjdyWLhHhP
sonar.python.version=3.10
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