Skip to content

Commit

Permalink
Actually commit the part where I disable the new Analyzer rule
Browse files Browse the repository at this point in the history
fixes 2ffb897
-_-
  • Loading branch information
YoshiRulz committed Jul 7, 2024
1 parent 2ffb897 commit e61790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .global.editorconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e61790d

Please sign in to comment.