zephyr/tests
Fabio Baltieri a2e5bd1928 yamllint: fix all yamllint comments errors
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>
2023-01-04 01:16:45 +09:00
..
application_development
arch yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
benchmarks
bluetooth
boards yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
boot yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
cmake yamllint: fix all yamllint colons, commas and empty-lines errors 2023-01-04 01:16:45 +09:00
crypto
drivers yamllint: fix all yamllint colons, commas and empty-lines errors 2023-01-04 01:16:45 +09:00
kernel yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lib
misc
net net: lwm2m: Deprecate Kconfig for LwM2M RD Client 2023-01-03 13:23:46 +01:00
posix
subsys yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
unit
ztest