zephyr/tests/boards/native_posix
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
..
cpu_wait tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
native_tasks include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
rtc yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00