Skip to content

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 18:41
· 365 commits to v2 since this release

You can now load multiple Vocabs in your .vale.ini:

StylesPath = ../styles
MinAlertLevel = suggestion

Vocab = Basic, Second

[*.md]
BasedOnStyles = Vale

Changelog

  • 2ca12fa feat: support multiple vocabs