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>
This commit is contained in:
parent
e0cc2b8dd0
commit
a2e5bd1928
9 changed files with 16 additions and 16 deletions
|
@ -32,7 +32,7 @@ tests:
|
|||
- CONFIG_LOG_MODE_DEFERRED=y
|
||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||
- CONFIG_LOG_PRINTK=y
|
||||
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
- CONFIG_LOG_PROCESS_THREAD=y
|
||||
|
||||
logging.log_api_deferred_func_prefix:
|
||||
|
@ -166,7 +166,7 @@ tests:
|
|||
- CONFIG_LOG_MODE_DEFERRED=y
|
||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||
- CONFIG_LOG_PRINTK=y
|
||||
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
- CONFIG_LOG_PROCESS_THREAD=y
|
||||
- CONFIG_CPLUSPLUS=y
|
||||
|
||||
|
@ -283,7 +283,7 @@ tests:
|
|||
- CONFIG_LOG_MODE_DEFERRED=y
|
||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||
- CONFIG_LOG_PRINTK=y
|
||||
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
- CONFIG_LOG_PROCESS_THREAD=y
|
||||
- CONFIG_LOG_USE_TAGGED_ARGUMENTS=y
|
||||
|
||||
|
@ -396,7 +396,7 @@ tests:
|
|||
- CONFIG_LOG_MODE_DEFERRED=y
|
||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||
- CONFIG_LOG_PRINTK=y
|
||||
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
|
||||
- CONFIG_LOG_PROCESS_THREAD=y
|
||||
- CONFIG_CPLUSPLUS=y
|
||||
- CONFIG_LOG_USE_TAGGED_ARGUMENTS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue