From eda47f616b627ef48758aa1c3b33f08f7f6ff109 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:25:35 -0500 Subject: [PATCH] chore: remove analyzer setting --- src/.editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index a834286..3ae1c72 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -1,5 +1,4 @@ [*.cs] dotnet_diagnostic.CA1031.severity = none -dotnet_diagnostic.CA1510.severity = none dotnet_diagnostic.CA2225.severity = none \ No newline at end of file