mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
add sonarqube job
This commit is contained in:
13
sonar-project-bwi.properties
Normal file
13
sonar-project-bwi.properties
Normal 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
13
sonar-project.properties
Normal 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=-
|
||||
Reference in New Issue
Block a user