Fix IDE0180
This commit is contained in:
committed by
Pavel Penev
parent
bf960b6eae
commit
5e52d067c8
@@ -213,6 +213,9 @@ dotnet_diagnostic.IDE0100.severity = warning
|
||||
# Simplify LINQ expression.
|
||||
dotnet_diagnostic.IDE0120.severity = warning
|
||||
|
||||
# Use tuple to swap values.
|
||||
dotnet_diagnostic.IDE0180.severity = warning
|
||||
|
||||
# Naming rule violation.
|
||||
dotnet_diagnostic.IDE1006.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user