Skip to content

Commit

Permalink
Disable rule with ruleset
Browse files Browse the repository at this point in the history
Disable CA1515 in the ruleset file rather than with NoWarn.
  • Loading branch information
martincostello committed Jul 9, 2024
1 parent bde63ca commit bc8e6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<LangVersion>preview</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);CA1515;CS1591</NoWarn>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<Nullable>enable</Nullable>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/martincostello/project-euler</PackageProjectUrl>
Expand Down

0 comments on commit bc8e6b3

Please sign in to comment.