diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-12 21:58:39 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-04-05 07:23:59 -0700 |
| commit | 15034b32a5c81b963f1eb49b9bbaeb629b8a1f1e (patch) | |
| tree | feaeeeee7ce2d67c2e8f0b09d2902d53991d2c77 /documentation/styles | |
| parent | 85da9544659268b727bd13f55a9f13d97f5234c9 (diff) | |
| download | poky-15034b32a5c81b963f1eb49b9bbaeb629b8a1f1e.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: e3e4ba2aa963d4d178c4e9e842e66f4ee4bd3736)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/styles')
| -rw-r--r-- | documentation/styles/config/vocabularies/OpenSource/accept.txt | 4 | ||||
| -rw-r--r-- | documentation/styles/config/vocabularies/Yocto/accept.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/styles/config/vocabularies/OpenSource/accept.txt b/documentation/styles/config/vocabularies/OpenSource/accept.txt new file mode 100644 index 0000000000..98e76ae1f5 --- /dev/null +++ b/documentation/styles/config/vocabularies/OpenSource/accept.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | ftrace | ||
| 2 | toolchain | ||
| 3 | systemd | ||
| 4 | LTTng | ||
diff --git a/documentation/styles/config/vocabularies/Yocto/accept.txt b/documentation/styles/config/vocabularies/Yocto/accept.txt new file mode 100644 index 0000000000..b725414014 --- /dev/null +++ b/documentation/styles/config/vocabularies/Yocto/accept.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Yocto | ||
| 2 | BSP | ||
| 3 | BitBake | ||
| 4 | OpenEmbedded | ||
