Skip to content

Commit 0f7ca2c

Browse files
committed
Add sonarlint to Authentication project
Signed-off-by: Victor Chang <[email protected]>
1 parent 752f987 commit 0f7ca2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/WorkflowManager/Authentication/Monai.Deploy.WorkflowManager.Authentication.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020
<TargetFramework>net6.0</TargetFramework>
2121
<ImplicitUsings>enable</ImplicitUsings>
2222
<Nullable>enable</Nullable>
23+
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-workflow-managercsharp.ruleset</CodeAnalysisRuleSet>
2324
</PropertyGroup>
2425

26+
<ItemGroup>
27+
<AdditionalFiles Include="..\..\.sonarlint\project-monai_monai-deploy-workflow-manager\CSharp\SonarLint.xml" Link="SonarLint.xml" />
28+
</ItemGroup>
29+
2530
<ItemGroup>
2631
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
2732
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.8" />

0 commit comments

Comments
 (0)