Skip to content

Commit

Permalink
Remove S2184 and SA1204 warning supression in Polly.Specs.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnWu33 committed Oct 5, 2024
1 parent ab99359 commit 2d9380b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Polly.Specs/Polly.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<Include>[Polly]*</Include>
<IncludePollyUsings>true</IncludePollyUsings>
<NoWarn>$(NoWarn);CA1030;CA1031;CA2008;CA2201</NoWarn>
<NoWarn>$(NoWarn);S104;S2184;S6966</NoWarn>
<NoWarn>$(NoWarn);SA1204;SA1402;SA1600</NoWarn>
<NoWarn>$(NoWarn);S104;S6966</NoWarn>
<NoWarn>$(NoWarn);SA1402;SA1600</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2d9380b

Please sign in to comment.