Enable vale for prose linting (#3)

* Enable vale in CI

* Add vale config

* Tweak vale

* Update config

* Update .gitignore

* Switch back

* Rename CI

* Add badges

* Tidy up CI

* Change image

* Configure vale

* Delint

* Update README
This commit is contained in:
Dunya Kirkali
2024-09-28 22:58:25 +02:00
committed by GitHub
parent 4e8f6cde08
commit 1890774875
135 changed files with 7002 additions and 21 deletions

17
.github/styles/proselint/meta.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"author": "jdkato",
"description": "A Vale-compatible implementation of the proselint linter.",
"email": "support@errata.ai",
"lang": "en",
"url": "https://github.com/errata-ai/proselint/releases/latest/download/proselint.zip",
"feed": "https://github.com/errata-ai/proselint/releases.atom",
"issues": "https://github.com/errata-ai/proselint/issues/new",
"license": "BSD-3-Clause",
"name": "proselint",
"sources": [
"https://github.com/amperser/proselint"
],
"vale_version": ">=1.0.0",
"coverage": 0.0,
"version": "0.1.0"
}