Skip to content

Commit b0e5e80

Browse files
mahmoud-moursyTrott
authored andcommitted
lint: update a name that wasn't capitalized
I've found some docs that don't capitalize the first letter of Valgrind (namely the contributor doc related to investigating native memory leaks). This additional lint should help to fix that grammatical issue.
1 parent 8a44a02 commit b0e5e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const plugins = [
101101
{ yes: "RFC" },
102102
{ no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" },
103103
{ yes: "Unix" },
104+
{ yes: "Valgrind" },
104105
{ yes: "V8" },
105106
],
106107
],

0 commit comments

Comments
 (0)