Fix RCS1099

This commit is contained in:
RoosterDragon
2023-03-18 12:51:42 +00:00
committed by Gustas
parent 60e86f563c
commit c63788b686
3 changed files with 10 additions and 7 deletions

View File

@@ -1004,6 +1004,9 @@ dotnet_diagnostic.RCS1084.severity = warning
# Remove empty region.
dotnet_diagnostic.RCS1091.severity = warning
# Default label should be the last label in a switch section.
dotnet_diagnostic.RCS1099.severity = warning
# Unnecessary interpolation.
dotnet_diagnostic.RCS1105.severity = warning