Mute BHI1005
"Default branch of switch expression should throw InvalidOperationException/SwitchExpressionException or not throw"
This commit is contained in:
parent
03bf156a91
commit
d4b3b22c9e
|
@ -14,7 +14,7 @@ dotnet_diagnostic.BHI1003.severity = error
|
|||
# Verbatim interpolated strings should begin $@, not @$
|
||||
dotnet_diagnostic.BHI1004.severity = error
|
||||
# Default branch of switch expression should throw InvalidOperationException/SwitchExpressionException or not throw
|
||||
dotnet_diagnostic.BHI1005.severity = error
|
||||
dotnet_diagnostic.BHI1005.severity = silent
|
||||
# Do not discard local variables
|
||||
dotnet_diagnostic.BHI1006.severity = error
|
||||
# Don't use target-typed new for throw expressions
|
||||
|
|
Loading…
Reference in New Issue