diff --git a/tests/.editorconfig b/tests/.editorconfig index b7ce383..83d34a6 100644 --- a/tests/.editorconfig +++ b/tests/.editorconfig @@ -1,3 +1,4 @@ [*.cs] dotnet_diagnostic.CA1707.severity = none dotnet_diagnostic.CA2007.severity = none +dotnet_diagnostic.CA2201.severity = none