diff --git a/sonar-project-bwi.properties b/sonar-project-bwi.properties new file mode 100644 index 000000000..7744f3eee --- /dev/null +++ b/sonar-project-bwi.properties @@ -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=- diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 000000000..799a2a2d6 --- /dev/null +++ b/sonar-project.properties @@ -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=-