From e86bdc1a51b4b51cb31ef6b276baa43da1c1956e Mon Sep 17 00:00:00 2001 From: Per Kops Date: Tue, 20 Aug 2024 19:39:31 +0200 Subject: [PATCH] chore: suppress CA1062 in test .editorconfig --- test/.editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/.editorconfig b/test/.editorconfig index 92d0639..c79cab9 100644 --- a/test/.editorconfig +++ b/test/.editorconfig @@ -52,4 +52,6 @@ dotnet_diagnostic.SA1133.severity = none # https://github.com/atc-net ########################################## # Custom - Code Analyzers Rules -########################################## \ No newline at end of file +########################################## + +dotnet_diagnostic.CA1062.severity = none # \ No newline at end of file