Browse Source

Remove outdated rule overrides.

pull/2601/head
James Jackson-South 2 years ago
parent
commit
029381e2d3
  1. 2
      shared-infrastructure
  2. 2
      src/ImageSharp.ruleset

2
shared-infrastructure

@ -1 +1 @@
Subproject commit 1c526a97eea8bcbc7c79de095676f7fb975a9fb1
Subproject commit d65232bbbfe55a9a153b4058139dda5230e6eb4f

2
src/ImageSharp.ruleset

@ -2,7 +2,5 @@
<RuleSet Name="ImageSharp" ToolsVersion="17.0">
<Include Path="..\shared-infrastructure\sixlabors.ruleset" Action="Default" />
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1011" Action="None" />
<Rule Id="SA1648" Action="None" /> <!--https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3595-->
</Rules>
</RuleSet>

Loading…
Cancel
Save