Skip to content
/ Joblint Public template

A Vale-compatible implementation of the Joblint linter

License

Notifications You must be signed in to change notification settings

errata-ai/Joblint

Repository files navigation

Joblint Build Status Vale version license

Joblint: Test tech job posts for issues with sexism, culture, expectations, and recruiter fails.

This repository contains a Vale-compatible implementation of the guidelines enforced by the Joblint (LICENSE) linter.

Getting Started

❗ Joblint requires Vale >= 1.7.0. ❗

Download the latest release, copy the "Joblint" directory to your StylesPath, and include it in your configuration file:

# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error

# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = Joblint

See Usage for more information.

Using the Template

This repository serves as a template for creating your own style. The following files/folders should be edited with your own infomation: