Skip to content

Commit

Permalink
Ignore CA1515
Browse files Browse the repository at this point in the history
Ignore the CA1515 analyser rule added for .NET 9.
  • Loading branch information
martincostello committed Jun 1, 2024
1 parent 54d507f commit a2a7199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Logging.XUnit.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1515" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="AD0001" Action="None" />
Expand Down

0 comments on commit a2a7199

Please sign in to comment.