mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add initial configuration for Vale prose linter
Vale: <https://github.com/errata-ai/vale>
This commit is contained in:
parent
513abbfdc6
commit
d85f493ee3
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ samples/output
|
|||
*.pem
|
||||
*.lock
|
||||
.pdm-python
|
||||
.vale
|
||||
.venv
|
||||
|
||||
# direnv
|
||||
|
|
|
|||
10
.vale.ini
Normal file
10
.vale.ini
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
StylesPath = .vale/styles
|
||||
|
||||
Vocab = Pelican
|
||||
|
||||
MinAlertLevel = suggestion
|
||||
|
||||
Packages = proselint, alex
|
||||
|
||||
[*]
|
||||
BasedOnStyles = Vale, proselint, alex
|
||||
Loading…
Add table
Add a link
Reference in a new issue