mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 20:36:22 +00:00
Fix all hyphens errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments)' Default config would be to require two spaces after the start of the comment, proposing to keep it on 1, inline with the Linux binding config, that is: ``` - comments: - min-spaces-from-content: 1 ``` Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> |
||
---|---|---|
.. | ||
application_development | ||
arch | ||
basic | ||
bluetooth | ||
boards | ||
compression | ||
drivers | ||
hello_world | ||
kernel | ||
modules | ||
net | ||
philosophers | ||
posix | ||
sensor | ||
shields | ||
subsys | ||
synchronization | ||
tfm_integration | ||
userspace | ||
classic.rst | ||
index.rst | ||
sample_definition_and_criteria.rst |