Преглед на файлове

Update .editorconfig

Co-authored-by: Erwin de Haan <1627021+EraYaN@users.noreply.github.com>
Tim Eisele преди 5 месеца
родител
ревизия
6d74b97836
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .editorconfig

+ 1 - 1
.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