1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Enable IDE0074 (Use compound assignment) (#70402)

This commit is contained in:
Stephen Toub 2022-06-09 00:23:35 -04:00 committed by GitHub
parent 8ce62ab80e
commit 76b5b76ceb
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
183 changed files with 834 additions and 1426 deletions

View file

@ -1507,7 +1507,7 @@ dotnet_diagnostic.IDE0072.severity = silent
dotnet_diagnostic.IDE0073.severity = warning
# IDE0074: Use compound assignment
dotnet_diagnostic.IDE0074.severity = suggestion
dotnet_diagnostic.IDE0074.severity = warning
# IDE0075: Simplify conditional expression
dotnet_diagnostic.IDE0075.severity = silent