From a53b3893ad33444fc9df6683411441e25707088e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 27 Jul 2025 23:32:07 -0500 Subject: [PATCH] chore: update editorconfig preferences for tests --- tests/.editorconfig | 1 + 1 file changed, 1 insertion(+) 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