Skip to content

Commit

Permalink
Move link on top
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Nov 14, 2022
1 parent 73b6803 commit 754ff79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ static ReproSwitchMulti() // Compliant, because there are multiple variable a

public static class TestUtil
{
static TestUtil() // Noncompliant - FP, there are no static fields, see: https://github.com/SonarSource/sonar-dotnet/issues/6343
// https://github.com/SonarSource/sonar-dotnet/issues/6343
static TestUtil() // Noncompliant - FP, there are no static fields
{
if (!Directory.Exists(""))
{
Expand Down

0 comments on commit 754ff79

Please sign in to comment.