Skip to content

Commit

Permalink
refactor: disable rule S2699 (#1236)
Browse files Browse the repository at this point in the history
Disable rule [S2699](https://sonarsource.atlassian.net/browse/RSPEC-2699) as it only yields false positives.
  • Loading branch information
vbreuss authored Mar 1, 2025
1 parent c202893 commit 52d3cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PropertyGroup>
<TargetFrameworks>net9.0;net8.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="!$([MSBuild]::IsOsUnixLike())">$(TargetFrameworks);net472</TargetFrameworks>
<NoWarn>$(NoWarn);S2699</NoWarn>
<IsPackable>false</IsPackable>
<IsTestable>true</IsTestable>
</PropertyGroup>
Expand Down

0 comments on commit 52d3cf8

Please sign in to comment.