mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-03-14 03:21:36 -04:00
Normalize string to fix test case on Unix (#1841)
This commit is contained in:
@@ -124,6 +124,7 @@ dotnet_diagnostic.IDE0011.severity = none
|
||||
dotnet_diagnostic.IDE0056.severity = none
|
||||
dotnet_diagnostic.IDE0082.severity = none
|
||||
dotnet_diagnostic.IDE0071.severity = none
|
||||
dotnet_diagnostic.IDE0072.severity = suggestion # Add missing cases to switch statement; defaults to error, and doesn't consider discards to "handle" cases
|
||||
dotnet_diagnostic.IDE0083.severity = none
|
||||
dotnet_diagnostic.IDE0041.severity = none
|
||||
dotnet_diagnostic.IDE0150.severity = none
|
||||
|
||||
Reference in New Issue
Block a user