add sonarqube job

This commit is contained in:
Juergen Wischer
2023-12-05 11:52:25 +00:00
parent d446aaf24e
commit 948672d840
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# must be unique in a given SonarQube instance
sonar.projectKey=bwmessenger_bum_ios_bwi
# defaults to project key
sonar.projectName=BundesMessenger iOS (BWI only)
sonar.sources=bwi
sonar.tests=
# disable obj-c scans
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-

13
sonar-project.properties Normal file
View File

@@ -0,0 +1,13 @@
# must be unique in a given SonarQube instance
sonar.projectKey=bwmessenger_bum_ios
# defaults to project key
sonar.projectName=BundesMessenger iOS
sonar.sources=Riot,RiotSwiftUI,RiotNSE,RiotShareExtension,DesignKit,bwi,CommonKit,Config
sonar.tests=RiotTests
# disable obj-c scans
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-