From 9939291aba90f498f19d6c7c39114a0cabcc5808 Mon Sep 17 00:00:00 2001 From: Rune Nielsen Date: Thu, 20 Jan 2022 20:00:10 +0100 Subject: [PATCH] adds missing comments to editorconfig (#62) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1cc8459..c24bec5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,5 +22,8 @@ dotnet_diagnostic.CA1707.severity = silent dotnet_diagnostic.CA1014.severity = none [test/**.cs] +# IDE0058 Remove unnecessary expression value dotnet_diagnostic.IDE0058.severity = silent + +# CA2007: Do not directly await a Task dotnet_diagnostic.CA2007.severity = silent \ No newline at end of file