Skip to content

Commit bc78bf3

Browse files
committed
tests: add case for block change
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent d078f4c commit bc78bf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/lint/concurrent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func sample() string {
2626
for i := range 40 {
2727
fmt.Fprintf(&b, "Use your cellphone or your smart phone to reachout (%d). ", i)
2828
b.WriteString("The abandonment of the plan was intentional; ")
29+
//nolint:dupword // the repeat is what Vale.Repetition fires on
2930
b.WriteString("we will utilize the mispelled word and and repeat it.\n\n")
3031
}
3132
return b.String()

0 commit comments

Comments
 (0)