zephyr/tests/subsys/logging
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
..
log_api yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
log_backend_fs tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
log_backend_init logging: Use STRUCT_SECTION macros for log backend 2022-10-03 10:11:03 +02:00
log_benchmark includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
log_cache tests: logging: Add test for log_cache 2022-10-17 10:16:53 +02:00
log_core_additional tests: logging: log_core_additional: Align test to LOG_PRINTK changes 2022-11-29 10:46:26 +01:00
log_custom_header logging: Add an option for a custom log header 2022-12-22 11:09:59 +01:00
log_immediate tests: logging: log_immediate: Add LOG_PRINTK=n 2022-12-01 00:36:13 +09:00
log_link_order tests: logging: log_link_order: Align to LOG_PRINTK as default 2022-11-29 10:46:26 +01:00
log_links tests: logging: log_links: Align to LOG_PRINTK as default 2022-11-29 10:46:26 +01:00
log_msg tests: logging: log_msg: Fix test after mpsc_pbuf changes 2023-01-03 12:28:55 +01:00
log_output test: log_output: Exclude qemu_arc_hs5x 2022-10-12 17:40:10 +09:00
log_stack tests/log_stack: Increase idle stack size to 2048 2022-11-08 10:44:36 +01:00
log_stress ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
log_switch_format tests: logging: log_switch_format: Align to LOG_PRINTK as default 2022-11-29 10:46:26 +01:00
log_syst tests: logging: log_syst: Align to LOG_PRINTK as default 2022-11-29 10:46:26 +01:00