-
Notifications
You must be signed in to change notification settings - Fork 4
/
.textlintrc.yaml
56 lines (56 loc) · 1.1 KB
/
.textlintrc.yaml
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
filters:
# https://github.com/textlint/textlint-filter-rule-allowlist
# allowlist:
# allow: [mdBook] -> this didn't work for en-capitalization
# https://github.com/textlint/textlint-filter-rule-comments
comments: true
rules:
doubled-spaces: true
en-capitalization:
true
# allowWords: [mdBook] -> this didn't work for mdBook
# this
en-max-word-count:
max: 40
# max-comma:
# max: 4 -> this should be covered by max-word-count rule
no-empty-section: true
stop-words: true
terminology:
true
# terms:
# - website -> this didn't work
unexpanded-acronym:
min_acronym_len: 3
ignore_acronyms:
- API
- CSV
- JSON
- SQL
- TODO
- URL
- DAG
- URI
- REST
alex:
allow:
- colors
- execute
- executed
- executes
- failed
- failure
- failures
- hook
- hooks
- host-hostess
- invalid
- period
- special
rousseau:
showLevels:
# - suggestion
# - warning
- error
# write-good: true
'@textlint-rule/proselint': true