There was an error while loading. Please reload this page.
1 parent d078f4c commit bc78bf3Copy full SHA for bc78bf3
1 file changed
internal/lint/concurrent_test.go
@@ -26,6 +26,7 @@ func sample() string {
26
for i := range 40 {
27
fmt.Fprintf(&b, "Use your cellphone or your smart phone to reachout (%d). ", i)
28
b.WriteString("The abandonment of the plan was intentional; ")
29
+ //nolint:dupword // the repeat is what Vale.Repetition fires on
30
b.WriteString("we will utilize the mispelled word and and repeat it.\n\n")
31
}
32
return b.String()
0 commit comments