Skip to content

Commit

Permalink
Remove SA1010 suppression
Browse files Browse the repository at this point in the history
Remove suppression of false positive as it should now be fixed.
  • Loading branch information
martincostello committed Dec 21, 2023
1 parent 32189a7 commit 7a2b1b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);CA1054;CA2234</NoWarn>
<NoWarn Condition=" '$(GenerateDocumentationFile)' != 'true' ">$(NoWarn);SA0001</NoWarn>
<!-- HACK Workaround for https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3687 -->
<NoWarn>$(NoWarn);SA1010</NoWarn>
<PackageIcon>package-icon.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/justeattakeaway/httpclient-interception</PackageProjectUrl>
Expand Down

0 comments on commit 7a2b1b2

Please sign in to comment.