Modify rule S4635: Update title (#2197)

This commit is contained in:
Sebastien Marichal 2023-06-16 17:23:00 +02:00 committed by GitHub
parent 025936fdfb
commit 1eaefdee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ {
"title": "Seeking characters from a substring should be avoided", "title": "Start index should be used instead of calling Substring",
"quickfix": "targeted" "quickfix": "targeted"
} }

View File

@ -107,4 +107,4 @@ BenchmarkDotNet=v0.13.5, OS=Windows 10 (10.0.19045.2965/22H2/2022Update)
.NET Framework 4.6.2 : .NET Framework 4.8 (4.8.4614.0), X64 RyuJIT VectorSize=256 .NET Framework 4.6.2 : .NET Framework 4.8 (4.8.4614.0), X64 RyuJIT VectorSize=256
---- ----
include::../rspecator.adoc[] include::../rspecator-dotnet.adoc[]

View File

@ -0,0 +1,18 @@
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Replace 'XXX' with the overload that accepts a startIndex parameter.
include::highlighting.adoc[]
'''
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::env-github,rspecator-view[]