Fix RCS1080

This commit is contained in:
RoosterDragon
2023-03-18 12:48:59 +00:00
committed by Gustas
parent 06aa378dfd
commit ce39e97b86
3 changed files with 5 additions and 3 deletions

View File

@@ -995,6 +995,9 @@ dotnet_diagnostic.RCS1072.severity = warning
# Remove redundant constructor.
dotnet_diagnostic.RCS1074.severity = warning
# Use 'Count' property instead of 'Any' method.
dotnet_diagnostic.RCS1080.severity = warning
# Remove empty region.
dotnet_diagnostic.RCS1091.severity = warning