Skip to content

Commit

Permalink
Add verbs from issue #58 (#60)
Browse files Browse the repository at this point in the history
This adds the verbs to the whitelist collected by the users in the
issue #58.

Fixes #58.
  • Loading branch information
mristin committed Aug 14, 2020
1 parent 60b1eba commit dd3aa72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions local/powershell/OpinionatedCommitMessage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,14 @@ $frequentVerbs = @(
'conclude',
'concur',
'conduct',
'configure',
'confirm',
'confront',
'connect',
'connote',
'consider',
'consist',
'consolidate',
'constitute',
'construct',
'consume',
Expand Down Expand Up @@ -406,6 +408,7 @@ $frequentVerbs = @(
'injure',
'inline',
'insist',
'install',
'intend',
'intercept',
'internalize',
Expand Down Expand Up @@ -509,6 +512,7 @@ $frequentVerbs = @(
'permit',
'persuade',
'pick',
'pin',
'place',
'plan',
'play',
Expand Down Expand Up @@ -554,6 +558,7 @@ $frequentVerbs = @(
'randomize',
're-define',
're-do',
're-instate',
'reach',
'read',
'realise',
Expand Down Expand Up @@ -581,6 +586,7 @@ $frequentVerbs = @(
'refuse',
'regard',
'register',
'reinstate',
'reject',
'relate',
'relax',
Expand Down
8 changes: 7 additions & 1 deletion src/mostFrequentEnglishVerbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,5 +725,11 @@ export const SET = new Set([
'in-line',
'inline',
'redo',
're-do'
're-do',
'consolidate',
'install',
'configure',
're-instate',
'reinstate',
'pin'
]);

0 comments on commit dd3aa72

Please sign in to comment.