Actually commit the part where I disable the new Analyzer rule
fixes 2ffb897b1
-_-
This commit is contained in:
parent
2ffb897b11
commit
e61790d3dd
|
@ -25,7 +25,7 @@ dotnet_diagnostic.BHI1103.severity = error
|
|||
# Brackets of collection expression should be separated with spaces
|
||||
dotnet_diagnostic.BHI1110.severity = warning
|
||||
# Expression-bodied member should be flowed to next line correctly
|
||||
dotnet_diagnostic.BHI1120.severity = warning
|
||||
dotnet_diagnostic.BHI1120.severity = silent
|
||||
|
||||
# Check result of IDictionary.TryGetValue, or discard it if default(T) is desired
|
||||
dotnet_diagnostic.BHI1200.severity = error
|
||||
|
|
Loading…
Reference in New Issue