Mute IDE0056 and IDE0057 for now
these are using the `Index` and `Range` syntaxes, respectively
This commit is contained in:
parent
ae1bd18094
commit
e387b690c2
|
@ -61,9 +61,9 @@ dotnet_diagnostic.IDE0052.severity = silent # TODO: should be warning imo, but t
|
|||
# Use compound assignment
|
||||
dotnet_diagnostic.IDE0054.severity = warning
|
||||
# Use index operator
|
||||
dotnet_diagnostic.IDE0056.severity = warning
|
||||
dotnet_diagnostic.IDE0056.severity = suggestion
|
||||
# Use range operator
|
||||
dotnet_diagnostic.IDE0057.severity = warning
|
||||
dotnet_diagnostic.IDE0057.severity = suggestion
|
||||
# Use simple using statement
|
||||
dotnet_diagnostic.IDE0063.severity = suggestion
|
||||
# Make struct fields writable
|
||||
|
|
Loading…
Reference in New Issue