Skip to content

Commit

Permalink
Remove duplicate or verbs in present tense
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmans0n committed May 23, 2024
1 parent 0fb6a18 commit 04cc5a5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class ParameterNaming : ComposeKtVisitor {
"Ate",
"Awoke",
"Awoken",
"Beat",
"Beaten",
"Became",
"Been",
Expand All @@ -60,7 +59,6 @@ class ParameterNaming : ComposeKtVisitor {
"Bit",
"Bitten",
"Bled",
"Bled",
"Blew",
"Blown",
"Bore",
Expand All @@ -79,7 +77,6 @@ class ParameterNaming : ComposeKtVisitor {
"Chose",
"Chosen",
"Clung",
"Cost",
"Crept",
"Dealt",
"Did",
Expand All @@ -95,7 +92,6 @@ class ParameterNaming : ComposeKtVisitor {
"Fallen",
"Fed",
"Felt",
"Felt",
"Fled",
"Flew",
"Flown",
Expand All @@ -121,9 +117,7 @@ class ParameterNaming : ComposeKtVisitor {
"Held",
"Hid",
"Hidden",
"Hit",
"Hung",
"Hurt",
"Kept",
"Knew",
"Known",
Expand All @@ -133,7 +127,6 @@ class ParameterNaming : ComposeKtVisitor {
"Led",
"Left",
"Lent",
"Let",
"Lit",
"Lost",
"Made",
Expand All @@ -154,7 +147,6 @@ class ParameterNaming : ComposeKtVisitor {
"Saw",
"Seen",
"Sent",
"Set",
"Shaken",
"Shone",
"Shook",
Expand Down

0 comments on commit 04cc5a5

Please sign in to comment.