Delete .editorconfig

This commit is contained in:
Timerix22 2021-07-19 21:40:36 +03:00 committed by GitHub
parent 27b2741af4
commit 3a0a1a027e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
[*.cs]
# IDE0058: Значение выражения никогда не используется
dotnet_diagnostic.IDE0058.severity = none
# IDE0008: Использование явного типа
dotnet_diagnostic.IDE0008.severity = none
# IDE0040: Добавьте модификаторы доступности
dotnet_diagnostic.IDE0040.severity = none
# Default severity for analyzer diagnostics with category 'Style'
dotnet_analyzer_diagnostic.category-Style.severity = none