mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later.
This commit is contained in:
@@ -2,3 +2,6 @@
|
|||||||
|
|
||||||
# SA1201: Elements should appear in the correct order
|
# SA1201: Elements should appear in the correct order
|
||||||
dotnet_diagnostic.SA1201.severity = none
|
dotnet_diagnostic.SA1201.severity = none
|
||||||
|
|
||||||
|
# CA1303: Do not pass literals as localized parameters
|
||||||
|
dotnet_diagnostic.CA1303.severity = suggestion
|
||||||
|
|||||||
Reference in New Issue
Block a user