Skip to content

Commit

Permalink
Fix skipped ruleset reference rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Apr 26, 2022
1 parent fc87982 commit 384a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchardcore.ruleset
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Orchard Core C# rules" ToolsVersion="17.0">
<Include Path="General.ruleset" Action="Default" />
<Include Path="general.ruleset" Action="Default" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1710" Action="Hidden" />
<Rule Id="CA1711" Action="Hidden" />
Expand Down

0 comments on commit 384a8d7

Please sign in to comment.