Enable IDE0048: AddRequiredParentheses (#13896)

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0047-ide0048
This commit is contained in:
xtqqczze 2020-10-29 10:55:32 +00:00 committed by GitHub
parent 20401c9583
commit 83a3f532f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -868,7 +868,7 @@ dotnet_diagnostic.IDE0046.severity = silent
dotnet_diagnostic.IDE0047.severity = silent
# AddRequiredParentheses
dotnet_diagnostic.IDE0048.severity = silent
dotnet_diagnostic.IDE0048.severity = warning
# PreferBuiltInOrFrameworkType
dotnet_diagnostic.IDE0049.severity = silent