зеркало из https://github.com/dotnet/razor.git
Tests should be well formatted too
This commit is contained in:
Родитель
37874809ac
Коммит
b711851854
|
@ -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
|
Загрузка…
Ссылка в новой задаче