diff --git a/site/_posts/2014-06-10-checks.md b/site/_posts/2014-06-10-checks.md index e69bc8c58..3927a36f1 100644 --- a/site/_posts/2014-06-10-checks.md +++ b/site/_posts/2014-06-10-checks.md @@ -11,61 +11,70 @@ Here is a list of what proselint checks. | ID | Description | | ----- | --------------- | | `butterick.symbols` | Using the right symbol | +| `carlin.filth` | Words to avoid | | `consistency.spacing` | Consistent sentence spacing | | `consistency.spelling` | Consistent use of British vs. American spelling | -| `garner.a_vs_an` | Using 'a' vs. 'an' as a determiner | -| `garner.airlinese ` | Avoiding jargon of the airline industry | +| `garner.airlinese` | Avoiding jargon of the airline industry | +| `garner.am_pm` | Using the right form for the time of day | | `garner.animal_labels` | Likening things to animals using fun words | | `garner.archaism` | Avoiding archaic forms | | `garner.back_formations` | Avoiding needless backformations | -| `garner.capitalization` | Capitalizing what ought to be capitalized | +| `garner.capitalization` | Captializing what ought to be capitalized | | `garner.cliches` | Avoiding cliché | | `garner.commercialese` | Avoiding jargon of the commercial world | | `garner.dates` | Stylish formatting of dates | | `garner.denizen_labels` | Calling people the right names | +| `garner.diacritical_marks` | Using dïacríticâl marks | | `garner.illogic` | Avoiding illogical forms | | `garner.jargon` | Avoiding miscellaneous jargon | | `garner.malapropisms` | Avoiding common malapropisms | | `garner.many_a` | Many a singular | -| `garner.misspelling` | Avoiding common misspellings missed by spellcheck | +| `garner.misspelling` | Avoiding common misspellings missed by spell-check | | `garner.mixed_metaphors` | Not mixing metaphors | | `garner.mondegreens` | Avoiding mondegreens | | `garner.needless_variants` | Using the preferred form | | `garner.oxymorons` | Avoiding oxymorons | | `garner.preferred_forms` | Miscellaneous preferred forms | | `garner.punctuation` | Using the right punctuation | -| `garner.redundancy` | Avoiding redunancy | +| `garner.redundancy` | Avoiding redundancy | | `garner.sexism` | Avoiding sexist language | +| `gowers.overworked_metaphors` | Overworked metaphors | +| `inc.corporate_speak` | Avoiding corporate buzzwords | | `leonard.exclamation` | Avoiding hyperbolic use of exclamation | -| `leonard.hell` | Avoiding a common cliche | +| `leonard.hell` | Avoiding a common cliché | +| `lilienfeld.terms_to_avoid` | Avoiding misused psychological terms | | `misc.annotations` | Catching annotations left in the text | -| `misc.chatspeak` | ... | -| `misc.credit_card` | | -| `misc.currency` | | -| `misc.hyperbolic` | | -| `misc.link_checker` | | -| `misc.password` | | -| `nordquist.redundancy` | | -| `norris.denizen_labels` | | -| `ogilvy.pretension` | | -| `orwell.debased` | | -| `palahniuk.suddenly` | | -| `pinker.apologizing` | | -| `pinker.hedging` | | -| `pinker.latin` | | -| `pinker.metaconcepts` | | -| `pinker.narcisissm` | | -| `pinker.scare_quotes` | | -| `strunk_white.composition` | | -| `strunk_white.greylist` | | -| `strunk_white.usage` | | -| `twain.damn` | | -| `wallace.tense_present` | | -| `wallace.uncomparables` | | -| `write_good.cliches` | | -| `write_good.lexical_illusions` | | -| `write_good.weasel_words` | | -| `wsj.athletes` | | +| `misc.chatspeak` | Avoiding lolling and other chatspeak | +| `misc.credit_card` | Keeping credit card numbers secret | +| `misc.currency` | Avoiding redundant currency symbols | +| `misc.hyperbolic` | Not being hyperbolic | +| `misc.link_checker` | Linking only to existing sites | +| `misc.password` | Keeping passwords secret | +| `misc.whence` | Usage of the word "whence" | +| `nfl.naughty_words` | Avoiding words banned by the NFL | +| `nordquist.redundancy` | Avoiding redundancy and saying things twice | +| `norris.denizen_labels` | Using the right denizen label | +| `ogilvy.pretension` | Avoiding being pretentious | +| `orwell.debased` | Avoiding debased language | +| `oxford.venery_terms` | Call groups of animals by the right name | +| `palahniuk.suddenly` | Avoiding the word suddenly | +| `pinker.apologizing` | Being confident | +| `pinker.hedging` | Not hedging | +| `pinker.latin` | Avoiding overuse of Latin phrases | +| `pinker.metaconcepts` | Avoiding overuse of metaconcepts | +| `pinker.narcisissm` | Talking about the subject, not its study | +| `pinker.scare_quotes` | Using scare quotes only when needed | +| `strunk_white.composition` | Avoiding wordy phrases | +| `strunk_white.greylist` | Words to avoid | +| `strunk_white.usage` | Misc. usage recommendations | +| `twain.damn` | Avoiding the word "very" | +| `wallace.tense_present` | Misc. advice | +| `wallace.uncomparables` | Not comparing uncomparables | +| `write_good.cliches` | Avoiding cliches | +| `write_good.lexical_illusions` | Avoiding lexical illusions | +| `write_good.weasel_words` | Avoiding weasel words | +| `wsj.athletes` | Spelling the names of athletes correctly | + ---