mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

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>
8 lines
231 B
INI
8 lines
231 B
INI
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
|
|
|