diff --git a/Tests/FluentAssertions.Specs/.editorconfig b/Tests/FluentAssertions.Specs/.editorconfig index 436717d4cf..f86d2a19dd 100644 --- a/Tests/FluentAssertions.Specs/.editorconfig +++ b/Tests/FluentAssertions.Specs/.editorconfig @@ -27,6 +27,8 @@ dotnet_diagnostic.CA1036.severity = none dotnet_diagnostic.CA1040.severity = none # CA1044: Properties should not be write only dotnet_diagnostic.CA1044.severity = none +# CA1052: Static holder types should be Static or NotInheritable +dotnet_diagnostic.CA1052.severity = none # CA1051: Do not declare visible instance fields dotnet_diagnostic.CA1051.severity = none # CA1062: Validate arguments of public methods