`.editorconfig`: Enable analyzer for matching folder structure and namespaces

This commit is contained in:
Kiminuo 2021-10-07 14:12:07 +02:00
Родитель 388a8ab180
Коммит 7b5123b8ac
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -243,6 +243,9 @@ dotnet_diagnostic.IDE0004.severity = error
# IDE0019: Use pattern matching
csharp_style_pattern_matching_over_as_with_null_check = true:error
# IDE0130: Warn and provide code fixes for when namespaces do not match the folder structure.
dotnet_diagnostic.IDE0130.severity = warning
# CA2016: Forward the 'CancellationToken' parameter to methods that take one
dotnet_diagnostic.CA2016.severity = warning