Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update vale config to get vocab dependency (#865)
This updates the configuration settings for the [Vale](https://vale.sh/) linter, based on recent changes to the docs Starter Pack. The linter now works as expected. Running checks on a specific file can be done as follows: `make vale TARGET=tutorial/getting-started.md` This prints a list of errors, suggestions and warnings relating to documentation style, such as: ` 162:1 warning Avoid inline comments in codeblocks Canonical.016-No-inline-comments` UDENG-3785
- Loading branch information