2020-03-24 19:55:02 -07:00
|
|
|
[*.cs]
|
|
|
|
|
|
|
|
|
|
# SA1201: Elements should appear in the correct order
|
|
|
|
|
dotnet_diagnostic.SA1201.severity = none
|
2020-06-17 17:26:36 -07:00
|
|
|
|
|
|
|
|
# CA1303: Do not pass literals as localized parameters
|
|
|
|
|
dotnet_diagnostic.CA1303.severity = suggestion
|