ADD SonarQube
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-31 14:57:21 +02:00
parent b6ab8dfd5a
commit 7834952385
21 changed files with 3257 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<SonarProjectConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/analyzer/2021/1">
<AnalysisConfigPath>D:\Projects\Test\my-weather-api\.sonarqube\conf\SonarQubeAnalysisConfig.xml</AnalysisConfigPath>
<ProjectPath>D:\Projects\Test\my-weather-api\my-weather-api.csproj</ProjectPath>
<FilesToAnalyzePath>D:\Projects\Test\my-weather-api\.sonarqube\conf\0\FilesToAnalyze.txt</FilesToAnalyzePath>
<OutPath>D:\Projects\Test\my-weather-api\.sonarqube\out\0</OutPath>
<ProjectType>Product</ProjectType>
<TargetFramework>net7.0</TargetFramework>
</SonarProjectConfig>