test-proselintrc.json
1 { 2 "max_errors": 1000, 3 "checks": { 4 "annotations": true, 5 "archaism": true, 6 "cliches": true, 7 "dates_times": true, 8 "hedging": true, 9 "industrial_language": true, 10 "lexical_illusions": true, 11 "malapropisms": true, 12 "misc": true, 13 "mixed_metaphors": true, 14 "mondegreens": true, 15 "needless_variants": true, 16 "nonwords": true, 17 "oxymorons": true, 18 "psychology": true, 19 "redundancy": true, 20 "restricted": false, 21 "skunked_terms": true, 22 "social_awareness": true, 23 "spelling": true, 24 "terms": true, 25 "typography": true, 26 "uncomparables": false, 27 "weasel_words": true 28 } 29 }