https://github.com/errata-ai/proselint
A Vale-compatible implementation of Python's proselint linter.
https://github.com/errata-ai/proselint
vale vale-linter-style vale-style
Last synced: 4 months ago
JSON representation
A Vale-compatible implementation of Python's proselint linter.
- Host: GitHub
- URL: https://github.com/errata-ai/proselint
- Owner: errata-ai
- License: bsd-3-clause
- Created: 2019-05-29T22:04:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T05:49:12.000Z (7 months ago)
- Last Synced: 2024-12-29T01:31:58.920Z (6 months ago)
- Topics: vale, vale-linter-style, vale-style
- Language: Gherkin
- Homepage:
- Size: 51.8 KB
- Stars: 20
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proselint [](https://travis-ci.org/errata-ai/proselint)  
> [`proselint`](https://github.com/amperser/proselint/) places the world’s greatest writers and editors by your side, where they whisper suggestions on how to improve your prose.
This repository contains a [Vale-compatible](https://github.com/errata-ai/vale) implementation of the guidelines enforced by the `proselint` ([LICENSE](https://github.com/amperser/proselint/blob/master/LICENSE.md)) linter.
## Getting Started
To get started, add the package to your configuration file (as shown below) and then run `vale sync`.
```ini
StylesPath = styles
MinAlertLevel = suggestionPackages = proselint
[*]
BasedOnStyles = proselint
```