luban/src/Luban.Server/.editorconfig

8 lines
183 B
INI

[*.cs]
# CA1305: Specify IFormatProvider
dotnet_diagnostic.CA1305.severity = none
# CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1303.severity = none