-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.proselintrc
executable file
·79 lines (79 loc) · 3.45 KB
/
.proselintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"max_errors": 1000,
"checks": {
"butterick.symbols" : true,
"carlin.filth" : false,
"consistency.spacing" : true,
"consistency.spelling" : true,
"garner.airlinese" : true,
"garner.am_pm" : true,
"garner.animal_labels" : true,
"garner.archaism" : true,
"garner.back_formations" : true,
"garner.bureaucratese" : true,
"garner.capitalization" : true,
"garner.cliches" : true,
"garner.commercialese" : true,
"garner.dates" : true,
"garner.denizen_labels" : true,
"garner.diacritical_marks" : true,
"garner.false_plurals" : true,
"garner.illogic" : true,
"garner.jargon" : true,
"garner.malapropisms" : true,
"garner.many_a" : true,
"garner.misspelling" : true,
"garner.mixed_metaphors" : true,
"garner.mondegreens" : true,
"garner.needless_variants" : true,
"garner.oxymorons" : true,
"garner.phrasal_adjectives" : true,
"garner.preferred_forms" : true,
"garner.punctuation" : true,
"garner.redundancy" : true,
"garner.sexism" : true,
"garner.skunked_terms" : true,
"gnu_diction.cliches" : true,
"gowers.overworked_metaphors" : true,
"inc.corporate_speak" : true,
"junge.but" : true,
"leonard.exclamation" : true,
"leonard.hell" : true,
"lilienfeld.terms_to_avoid" : true,
"misc.annotations" : true,
"misc.chatspeak" : true,
"misc.credit_card" : true,
"misc.currency" : true,
"misc.eponymous_adjectives" : true,
"misc.hyperbolic" : true,
"misc.link_checker" : false,
"misc.password" : true,
"misc.professions" : true,
"misc.whence" : true,
"nfl.naughty_words" : false,
"nordquist.redundancy" : true,
"norris.denizen_labels" : true,
"ogilvy.pretension" : true,
"orwell.debased" : true,
"oxford.venery_terms" : true,
"palahniuk.suddenly" : true,
"pinker.apologizing" : true,
"pinker.hedging" : true,
"pinker.latin" : true,
"pinker.metaconcepts" : true,
"pinker.narcisissm" : true,
"pinker.scare_quotes" : true,
"szekely.nword" : true,
"strunk_white.composition" : true,
"strunk_white.greylist" : true,
"strunk_white.usage" : true,
"wallace.redundancy" : true,
"wallace.tense_present" : true,
"wallace.uncomparables" : true,
"white.damn" : true,
"write_good.cliches" : true,
"write_good.lexical_illusions" : true,
"write_good.weasel_words" : true,
"wsj.athletes" : true
}
}