ReStructuredText can sometimes be tricky to get right, especially for folks that might be more familiar with Markdown. This adds a Sphinx/RST linter to the compliance check script to help catch common issues that can easily go unnoticed and cause rendering issues. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
# COMPLIANCE: required by the compliance scripts
|
|
|
|
# used by ci/check_compliance
|
|
clang-format>=15.0.0
|
|
python-magic
|
|
python-magic-bin; sys_platform == "win32"
|
|
lxml
|
|
junitparser>=2
|
|
pylint>=3
|
|
unidiff
|
|
yamllint
|
|
sphinx-lint
|