https://github.com/errata-ai/joblint
A Vale-compatible implementation of the Joblint linter
https://github.com/errata-ai/joblint
vale vale-linter-style vale-style
Last synced: 5 months ago
JSON representation
A Vale-compatible implementation of the Joblint linter
- Host: GitHub
- URL: https://github.com/errata-ai/joblint
- Owner: errata-ai
- License: mit
- Created: 2019-05-31T02:39:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T05:47:38.000Z (8 months ago)
- Last Synced: 2024-12-29T01:32:01.655Z (7 months ago)
- Topics: vale, vale-linter-style, vale-style
- Language: Gherkin
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Joblint [](https://travis-ci.org/errata-ai/Joblint)  
> [`Joblint`](https://github.com/rowanmanning/joblint): Test tech job posts for issues with sexism, culture, expectations, and recruiter fails.
This repository contains a [Vale-compatible](https://github.com/errata-ai/vale) implementation of the guidelines enforced by the `Joblint` ([LICENSE](https://github.com/rowanmanning/joblint/blob/master/LICENSE)) 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 = Joblint
[*]
BasedOnStyles = Joblint
```