Files
SnowcloakServer/MareSynchronosServer/.editorconfig

6 lines
165 B
INI

[*.cs]
# MA0048: File name must match type name
dotnet_diagnostic.MA0048.severity = suggestion
# MA0051: Method too long
dotnet_diagnostic.MA0051.severity = none