From 6d74b97836fa5010f722020635184a47cc9fe8bd Mon Sep 17 00:00:00 2001 From: Tim Eisele Date: Mon, 9 Dec 2024 19:38:54 +0100 Subject: [PATCH] Update .editorconfig Co-authored-by: Erwin de Haan <1627021+EraYaN@users.noreply.github.com> --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 72b8a4dd60..f9a71c70ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -516,7 +516,7 @@ dotnet_diagnostic.IDISP008.severity = suggestion # disable warning SA0001: XML comment analysis is disabled due to project configuration dotnet_diagnostic.SA0001.severity = none -# Cdisable warning A1707: Identifiers should not contain underscores +# disable warning CA1707: Identifiers should not contain underscores dotnet_diagnostic.CA1707.severity = none # disable warning CA2007: Consider calling ConfigureAwait on the awaited task