github errata-ai/vale v2.10.0

latest releases: v3.6.0, v3.5.0, v3.4.2...
3 years ago

This release introduces support for targeting multiple scopes within one rule (see #259):

message: "Don't say '%s'"
extends: existence
ignorecase: false
# You can now provide an array of scopes to target.
scope:
  - heading.h1
  - heading.h2
  - heading.h3
level: error
tokens:
  - a token

Changelog

29acc0a feat: support multiple scopes
0898b50 chore: bump version to 1.16
aa7b89c docs: fix link
574fbb1 chore: update goldmark
2dfee5a fix: detect capture group errors
be76a32 refactor: drop codify
63e00b1 refactor: clean up vale/main.go
699f2b3 fix: allow commands to run without a config file
14bf88f refactor: move library.go to cli package
899c310 chore: remove vendor cache
44f1bfc refactor: drop vendor
eafd321 feat: add style library
c970962 refactor: move built to CLIFlags

Don't miss a new vale release

NewReleases is sending notifications on new releases.