File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Vale Styles
2+
3+ This directory contains Vale linting configuration for ipfs-docs.
4+
5+ ## Spelling Rules
6+
7+ There are two spelling systems:
8+
9+ 1 . ** ` Vocab/ipfs-docs-vocab/accept.txt ` ** - General Vale vocabulary
10+ 2 . ** ` pln-ignore.txt ` ** - Custom ignore file for ` docs/PLNSpelling.yml `
11+
12+ ### Fixing PLNSpelling Errors
13+
14+ When CI fails with ` [docs.PLNSpelling] Did you really mean 'word'? ` :
15+
16+ 1 . Add the word to ** ` pln-ignore.txt ` ** (lowercase)
17+ 2 . Do NOT add to ` Vocab/accept.txt ` - that file is for other Vale rules
18+
19+ The ` PLNSpelling.yml ` rule explicitly references ` pln-ignore.txt ` :
20+
21+ ``` yaml
22+ extends : spelling
23+ ignore :
24+ - pln-ignore.txt
25+ ` ` `
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ boolean
2727Bootstrappers
2828boxo
2929browserify
30+ buzhash
3031caddy
3132Caddyfile
3233callout
4142cmds
4243cnames
4344codec
45+ codecs
4446codecov
4547coinlist
4648composable
5658data('s)
5759datastore
5860deduplicate
61+ deduplication
5962Denylist
6063denylist
6164dep
You can’t perform that action at this time.
0 commit comments