Skip to content

Commit

Permalink
Merge pull request #858 from plone/vale-update-docs
Browse files Browse the repository at this point in the history
Add vale usage docs
  • Loading branch information
stevepiercy authored Oct 10, 2024
2 parents 91cd621 + faf72df commit a6f1e08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contributing/setup-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ make vale

See the output on the console for suggestions.

You can also pass options to vale in the `VALEOPTS` environment variable.
In the following example, vale will not return a non-zero exit code when there are errors and will display warnings or errors only, not suggestions.

```shell
make vale VALEOPTS="--no-exit --minAlertLevel='warning'"
```


### `html_meta`

Expand Down

0 comments on commit a6f1e08

Please sign in to comment.