Fix RCS1239

This commit is contained in:
RoosterDragon
2023-03-18 13:25:08 +00:00
committed by Gustas
parent 64de28427c
commit fc0bdce151
2 changed files with 4 additions and 3 deletions

View File

@@ -1120,3 +1120,6 @@ dotnet_diagnostic.RCS1233.severity = warning
# Optimize method call.
dotnet_diagnostic.RCS1235.severity = warning
# Use 'for' statement instead of 'while' statement.
dotnet_diagnostic.RCS1239.severity = warning