v2.16.0
This release includes a major new feature: the ability to share, sync, and extend Vale configurations through packages. A package is a .zip
file that contains a .vale.ini
file, a StylesPath
folder, or both. You include a package by using the top-level Packages key in your local .vale.ini
file:
StylesPath = .github/styles
MinAlertLevel = suggestion
Packages = Microsoft, \
https://github.com/errata-ai/errata.ai/releases/download/v1.0.0/Test.zip
[README.md]
BasedOnStyles = Vale
See Packages 101 for a quick walkthrough.
vale.sh
Vale now also has its own website, https://vale.sh/, which includes a few new resources:
- Rule Explorer: Explore community-made rules for Vale.
- Package Hub: Browse, learn from, or build upon configuration packages for Vale.
- Config Generator: Quickly generate comprehensive configuration files for Vale.
The project now also has a Discord channel.