From 32e01485d81057aaa47ab1833bccf20e65d10dfc Mon Sep 17 00:00:00 2001 From: XorogVEVO Date: Tue, 14 Dec 2021 21:06:05 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index cfb9532..0c21054 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,3 +23,6 @@ dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity # IDE0047: Remove unnecessary parentheses dotnet_diagnostic.IDE0047.severity = none + +# DV2001: No Dependency Diagram linked +dotnet_diagnostic.DV2001.severity = none