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 tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
arch yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
benchmarks tests/benchmarks: Add userspace scheduling benchmark 2022-12-13 17:21:11 +09:00
bluetooth tests: bluetooth: host: Add UT for bt_id_read_public_addr() 2022-12-27 15:34:34 +01:00
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 tests/mbedtls: Reduce MPU partition usage for picolibc 2022-11-08 10:44:36 +01:00
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 tests: lib: mpsc_pbuf: Add qemu_x86_64 2022-12-29 10:33:29 +01:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net net: lwm2m: Deprecate Kconfig for LwM2M RD Client 2023-01-03 13:23:46 +01:00
posix posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
subsys yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
unit tests: time_units: check for overflow in z_tmcvt intermediate 2022-12-19 09:36:38 +00:00
ztest tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00