mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2026-02-07 07:33:00 +00:00
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:
17
.github/styles/proselint/meta.json
vendored
Normal file
17
.github/styles/proselint/meta.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user