Skip to content

Commit 5db08c7

Browse files
authored
Add prohibit, forbid and scan to allowed verbs (#143)
Here are three more verbs we have actually used in real repos.
1 parent e528219 commit 5db08c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mostFrequentEnglishVerbs.ts

+3
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ export const SET = new Set([
359359
'focus',
360360
'fold',
361361
'follow',
362+
'forbid',
362363
'force',
363364
'foresee',
364365
'forget',
@@ -612,6 +613,7 @@ export const SET = new Set([
612613
'process',
613614
'procure',
614615
'produce',
616+
'prohibit',
615617
'prolong',
616618
'promise',
617619
'promote',
@@ -766,6 +768,7 @@ export const SET = new Set([
766768
'save',
767769
'say',
768770
'scale',
771+
'scan',
769772
'scope',
770773
'score',
771774
'scroll',

0 commit comments

Comments
 (0)