diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-12 21:58:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-19 15:22:27 +0000 |
| commit | e987c5151c34cb388cc1a106a21bdc118206cfac (patch) | |
| tree | 9f121a698078e93094e3dcb0995f94a7912c4dc7 /documentation/.vale.ini | |
| parent | 08081135175e26efb868653d7c9cfd6089576326 (diff) | |
| download | poky-e987c5151c34cb388cc1a106a21bdc118206cfac.tar.gz | |
manuals: add initial stylechecks with Vale
Use the "Vale" (https://vale.sh) tool to perform text style checks
Run "make stylecheck" to run the checks.
This just checks the text, not the Sphinx syntax style choices.
(From yocto-docs rev: d145e1dc45dc0792c8b8f7e73500b56face1e710)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.vale.ini')
| -rw-r--r-- | documentation/.vale.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/.vale.ini b/documentation/.vale.ini new file mode 100644 index 0000000000..02042bb632 --- /dev/null +++ b/documentation/.vale.ini | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | StylesPath = styles | ||
| 2 | MinAlertLevel = suggestion | ||
| 3 | Packages = RedHat, proselint, write-good, alex, Readability, Joblint | ||
| 4 | Vocab = Yocto, OpenSource | ||
| 5 | [*.rst] | ||
| 6 | BasedOnStyles = Vale, RedHat, proselint, write-good, alex, Readability, Joblint | ||
| 7 | |||
