Skip to content

Commit

Permalink
Merge pull request #160 from amperser/daily-gmaus
Browse files Browse the repository at this point in the history
Daily GMAUs
  • Loading branch information
suchow committed Sep 27, 2015
2 parents 7c8fa98 + 35c8bdc commit 3213ea0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proselint/checks/garner/misspelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@ def check(text):
["mimicking", ["mimicing"]],
["misspelling", ["mispelling"]],
["mischievous", ["mischievious"]],
["moccasin", ["mocasin", "moccassin", "mocassin"]],
["monologue", ["monolog"]],
["monologuist", ["monologist"]],
["naphtha", ["naptha"]],
["navel orange", ["naval orange"]],
["neckwear", ["neckware"]],
["newsstand", ["newstand"]],
["occurred", ["occured"]],
["plantar fasciitis", ["planter fasciitis", "plantar fascitis"]],
Expand All @@ -134,6 +139,7 @@ def check(text):
["tinderbox", ["tenderbox"]],
["timpani", ["tympani"]],
["a timpani", ["a timpano"]],
["umpteenth", ["umteenth"]],
["verbiage", ["verbage"]],
]

Expand Down
6 changes: 6 additions & 0 deletions proselint/checks/garner/preferred_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def check(text):
["hippopotamuses", ["hippopotami"]],
["manifestos", ["manifesti"]],
["matrixes", ["matrices"]],
["mongooses", ["mongeese"]],
["narcissi", ["narcissuses"]],
["retinas", ["retinae"]],
["sopranos", ["soprani"]],
Expand Down Expand Up @@ -118,6 +119,7 @@ def check(text):
["mealy-mouthed", ["mealymouthed"]],
["mean-spirited", ["meanspirited"]],
["midwifed", ["midwived"]],
["moniker", ["monicker"]],
["musical revue", ["musical review"]],
["mustache", ["moustache"]],
["not nearly as", ["nowhere near as"]],
Expand Down Expand Up @@ -193,6 +195,10 @@ def check(text):

# Tenses
["mistook", ["mistaked"]],

# Accents
["né", ["ne"]],
["née", ["nee"]],
]

return preferred_forms_check(text, preferences, err, msg)
Expand Down
2 changes: 2 additions & 0 deletions proselint/checks/garner/redundancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def check(text):
["couple", ["couple together"]],
["crisis", ["serious crisis"]],
["eliminate", ["entirely eliminate"]],
["especially", ["most especially"]],
["fact", ["actual fact"]],
["facts", ["true facts"]],
["forecast", ["future forecast"]],
Expand All @@ -63,6 +64,7 @@ def check(text):
["full", ["completely full"]],
["fundamentals", ["basic fundamentals"]],
["gift", ["free gift"]],
["innovation", ["new innovation"]],
["interact", ["interact with each other"]],
["large", ["large-size"]],
["meld", ["meld together"]],
Expand Down

0 comments on commit 3213ea0

Please sign in to comment.