Skip to content

Commit 7504766

Browse files
authored
Add wrap to valid verbs (#85)
1 parent dcdf7ef commit 7504766

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

__tests__/validate-title.js

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ test('valid commits pass', () => {
5353
'Preserve some arbitrary thing',
5454
'Sync pr from other repo',
5555
'Emit stats from the browser',
56+
'Wrap flaky check in try/catch',
5657
];
5758

5859
valid.forEach(msg => {

validate-title.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const nounWhitelist = new Set([
5454
'throw',
5555
'emit',
5656
'audit',
57+
'wrap',
5758
]);
5859

5960
function isSingleSentence(sentences) {

0 commit comments

Comments
 (0)