From a6206b2539861900cbcd23a1a271af40226ebcde Mon Sep 17 00:00:00 2001 From: Per Kops Date: Tue, 20 Aug 2024 20:16:16 +0200 Subject: [PATCH] chore: suppress CA1002 and CA1034 in test .editorconfig --- test/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/.editorconfig b/test/.editorconfig index c79cab9..94de787 100644 --- a/test/.editorconfig +++ b/test/.editorconfig @@ -54,4 +54,6 @@ dotnet_diagnostic.SA1133.severity = none # https://github.com/atc-net # Custom - Code Analyzers Rules ########################################## +dotnet_diagnostic.CA1002.severity = none # +dotnet_diagnostic.CA1034.severity = none # dotnet_diagnostic.CA1062.severity = none # \ No newline at end of file