mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0808113517
commit
e987c5151c
7
documentation/.vale.ini
Normal file
7
documentation/.vale.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
StylesPath = styles
|
||||
MinAlertLevel = suggestion
|
||||
Packages = RedHat, proselint, write-good, alex, Readability, Joblint
|
||||
Vocab = Yocto, OpenSource
|
||||
[*.rst]
|
||||
BasedOnStyles = Vale, RedHat, proselint, write-good, alex, Readability, Joblint
|
||||
|
||||
Reference in New Issue
Block a user