-
Notifications
You must be signed in to change notification settings - Fork 1
/
.proselintrc
92 lines (92 loc) · 2.58 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
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"checks": {
"airlinese.misc": true,
"annotations.misc": true,
"archaism.misc": true,
"cliches.hell": true,
"cliches.misc": true,
"consistency.spacing": true,
"consistency.spelling": true,
"corporate_speak.misc": true,
"cursing.filth": true,
"cursing.nfl": false,
"cursing.nword": true,
"dates_times.am_pm": true,
"dates_times.dates": true,
"hedging.misc": true,
"hyperbole.misc": true,
"jargon.misc": true,
"lexical_illusions.misc": true,
"lgbtq.offensive_terms": true,
"lgbtq.terms": true,
"links.broken": false,
"malapropisms.misc": true,
"misc.apologizing": true,
"misc.back_formations": true,
"misc.bureaucratese": true,
"misc.but": true,
"misc.capitalization": true,
"misc.chatspeak": true,
"misc.commercialese": true,
"misc.composition": true,
"misc.currency": true,
"misc.debased": true,
"misc.false_plurals": true,
"misc.illogic": true,
"misc.inferior_superior": true,
"misc.institution_name": true,
"misc.latin": true,
"misc.many_a": true,
"misc.metaconcepts": true,
"misc.metadiscourse": true,
"misc.narcissism": true,
"misc.not_guilty": true,
"misc.phrasal_adjectives": true,
"misc.preferred_forms": true,
"misc.pretension": true,
"misc.professions": true,
"misc.punctuation": true,
"misc.scare_quotes": true,
"misc.suddenly": true,
"misc.tense_present": true,
"misc.waxed": true,
"misc.whence": true,
"mixed_metaphors.misc": true,
"mondegreens.misc": true,
"needless_variants.misc": true,
"nonwords.misc": true,
"oxymorons.misc": true,
"psychology.misc": true,
"redundancy.misc": true,
"redundancy.ras_syndrome": true,
"security.credit_card": true,
"security.password": true,
"sexism.misc": true,
"skunked_terms.misc": true,
"spelling.able_atable": true,
"spelling.able_ible": true,
"spelling.athletes": true,
"spelling.em_im_en_in": true,
"spelling.er_or": true,
"spelling.in_un": true,
"spelling.misc": true,
"terms.animal_adjectives": true,
"terms.denizen_labels": true,
"terms.eponymous_adjectives": true,
"terms.venery": true,
"typography.diacritical_marks": true,
"typography.exclamation": true,
"typography.symbols": true,
"typography.symbols.copyright_symbol": true,
"typography.symbols.curly_quotes": false,
"typography.symbols.ellipsis": true,
"typography.symbols.multiplication_symbol": true,
"typography.symbols.registered_trademark_symbol": true,
"typography.symbols.sentence_spacing": true,
"typography.symbols.trademark_symbol": true,
"uncomparables.misc": true,
"weasel_words.misc": true,
"weasel_words.very": true
},
"max_errors": 1000
}