Tests should be well formatted too

This commit is contained in:
David Wengier 2024-11-26 09:27:05 +11:00
Родитель 37874809ac
Коммит b711851854
2 изменённых файлов: 9 добавлений и 3 удалений

8
src/Razor/.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,8 @@
[*.cs]
# Fix Formatting
dotnet_diagnostic.IDE0055.severity = warning
# IDE0130: Namespaces should match folder structure
# We don't follow this convention
dotnet_diagnostic.IDE0130.severity = none

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

@ -1,6 +1,4 @@
[*.cs]
# Call ConfigureAwait
dotnet_diagnostic.CA2007.severity = warning
# Fix Formatting
dotnet_diagnostic.IDE0055.severity = warning
dotnet_diagnostic.CA2007.severity = warning