Fix IDE0120
This commit is contained in:
committed by
Pavel Penev
parent
ede5412526
commit
bf960b6eae
@@ -210,6 +210,9 @@ dotnet_diagnostic.IDE0082.severity = warning
|
||||
# Remove unnecessary equality operator.
|
||||
dotnet_diagnostic.IDE0100.severity = warning
|
||||
|
||||
# Simplify LINQ expression.
|
||||
dotnet_diagnostic.IDE0120.severity = warning
|
||||
|
||||
# Naming rule violation.
|
||||
dotnet_diagnostic.IDE1006.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user