yamllint: fix all yamllint comments-indentation errors
Fix all comments-indentation errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments-indentation)' This checks that the comment is aligned with the content. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
a2e5bd1928
commit
7dd902d035
24 changed files with 50 additions and 47 deletions
|
@ -27,9 +27,9 @@ properties:
|
|||
type: boolean
|
||||
description: Enable wrapping with PPI
|
||||
|
||||
# If enabled then counter based on nRF RTC peripheral supports only maximal
|
||||
# top value. That results in code optimizations and availability of one more
|
||||
# channel
|
||||
# If enabled then counter based on nRF RTC peripheral supports only maximal
|
||||
# top value. That results in code optimizations and availability of one more
|
||||
# channel
|
||||
fixed-top:
|
||||
type: boolean
|
||||
description: Enable fixed top value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue