From ce45244813023a0badd8524f20c7c3dea57e9943 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:31:58 -0600 Subject: [PATCH] chore: move editorconfig to correct location --- tests/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/.editorconfig diff --git a/tests/.editorconfig b/tests/.editorconfig new file mode 100644 index 0000000..23d43b0 --- /dev/null +++ b/tests/.editorconfig @@ -0,0 +1,5 @@ +[*.cs] + +dotnet_diagnostic.CA1707.severity = none +dotnet_diagnostic.CA1062.severity = none +dotnet_diagnostic.CA2007.severity = none