redhat-documentation / vale-at-red-hat

Vale config files, styles, and docs to help individuals and teams roll out Vale

Home Page:https://redhat-documentation.github.io/vale-at-red-hat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to update Vale application

rohennes opened this issue · comments

We need to document how a user updates their instance of Vale, for example to catch fixes in a Vale minor release.

You can see the latest release here: https://github.com/errata-ai/vale/releases

Run vale --version to check the version installed locally.

See what command works for Linux users to update Vale (the procedure for Mac users might have to be in another issue).

The command is probably:
sudo dnf upgrade vale

And we want to document this method as this is how we instruct users to install Vale (for most instances).

You can update the user guide here: https://github.com/redhat-documentation/vale-at-red-hat/tree/main/modules/user-guide

Does VS Code auto-update the Vale instance?

I wouldn't have thought so? VS Code just points to the local Vale binary and uses that to lint the file?

image

So whatever version you have installed locally I presumed is what VS Code would use.