Fix RCS1134

This commit is contained in:
RoosterDragon
2023-03-18 12:59:14 +00:00
committed by Gustas
parent 11b59b0a65
commit fcfee31972
16 changed files with 58 additions and 85 deletions

View File

@@ -1031,6 +1031,9 @@ dotnet_diagnostic.RCS1132.severity = warning
# Remove redundant Dispose/Close call.
dotnet_diagnostic.RCS1133.severity = warning
# Remove redundant statement.
dotnet_diagnostic.RCS1134.severity = warning
# Merge switch sections with equivalent content.
dotnet_diagnostic.RCS1136.severity = warning