Skip to content

Commit 5f9b487

Browse files
committed
Remove unnecessary no warn rules
1 parent 88a90d2 commit 5f9b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<EnforeCodeStyleInBuild>true</EnforeCodeStyleInBuild>
1515
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1616
<EnableCodeAnalysis>true</EnableCodeAnalysis>
17-
<NoWarn>S6678;CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;S3881;CA1812</NoWarn>
17+
<NoWarn>CA2007;CA1848;CA1002;CA2000;S3267;CA1515;S1118;CA2234;CA1812</NoWarn>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
2020
<NoWarn>$(NoWarn);CA5394;CA1707</NoWarn>

0 commit comments

Comments
 (0)