github vale-cli/vale v2.16.0

latest releases: v3.14.0, v3.13.1, v3.13.0...
3 years ago

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.

Don't miss a new vale release

NewReleases is sending notifications on new releases.