Mute IDE0056 and IDE0057 for now

these are using the `Index` and `Range` syntaxes, respectively
This commit is contained in:
James Groom 2023-12-23 12:23:16 +10:00 committed by GitHub
parent ae1bd18094
commit e387b690c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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