Skip to content

Commit a2e5bd1

Browse files
fabiobaltieristephanosio
authored andcommitted
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>
1 parent e0cc2b8 commit a2e5bd1

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.codecov.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ coverage:
1212
patch: yes
1313
changes: no
1414

15-
#ignore:
16-
# - "tests/**/*"
17-
# - "samples/**/*"
18-
# - "ext/hal/**/*"
15+
# ignore:
16+
# - "tests/**/*"
17+
# - "samples/**/*"
18+
# - "ext/hal/**/*"
1919

2020
parsers:
2121
gcov:

dts/bindings/dma/nxp,lpc-dma.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ properties:
2222
required: true
2323
description: Number of items to expect in a DMA specifier
2424

25-
#- #dma-cells : Must be <1>.
25+
# - #dma-cells : Must be <1>.
2626
# channel: the dma channel, each channel supports one DMA request line
2727

2828
dma-cells:

dts/bindings/dma/nxp,mcux-edma.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
# in the Linux kernel declared in
3838
# https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/tree/Bindings/dma/fsl-edma.txt
3939
#
40-
#- #dma-cells : Must be <2>.
40+
# - #dma-cells : Must be <2>.
4141
# The 1st cell specifies the DMAMUX(0 for DMAMUX0 and 1 for DMAMUX1).
4242
# Specific request source can only be multiplexed by specific channels
4343
# group called DMAMUX.

dts/bindings/ethernet/ethernet,fixed-link.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2020, DENX Software Engineering GmbH
2-
# Lukasz Majewski <lukma@denx.de>
2+
# Lukasz Majewski <lukma@denx.de>
33
# SPDX-License-Identifier: Apache-2.0
44

55
child-binding:

dts/bindings/i2c/ti,tca9546a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Binding for TI TCA9546A, compatible with NXP PCA9546A
1+
# Binding for TI TCA9546A, compatible with NXP PCA9546A
22

33
description: Texas Instruments TCA9546A binding
44

dts/bindings/i2c/ti,tca9548a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Binding for TI TCA9548A, compatible with NXP PCA9548A
1+
# Binding for TI TCA9548A, compatible with NXP PCA9548A
22

33
description: Texas Instruments TCA9548A binding
44

samples/tfm_integration/tfm_secure_partition/dummy_partition/tfm_dummy_partition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#-------------------------------------------------------------------------------
1+
# -------------------------------------------------------------------------------
22
# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
33
# Copyright (c) 2021, Nordic Semiconductor ASA. All rights reserved.
44
#
55
# SPDX-License-Identifier: BSD-3-Clause
66
#
7-
#-------------------------------------------------------------------------------
7+
# -------------------------------------------------------------------------------
88

99
{
1010
"psa_framework_version": 1.0,

tests/boards/native_posix/rtc/testcase.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tests:
55
integration_platforms:
66
- native_posix
77
build_only: true
8-
#Note: this test depends too much on not having a high host load to pass.
8+
# Note: this test depends too much on not having a high host load to pass.
99
# Therefore it should not be run in automated regression

tests/subsys/logging/log_api/testcase.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tests:
3232
- CONFIG_LOG_MODE_DEFERRED=y
3333
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
3434
- CONFIG_LOG_PRINTK=y
35-
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
35+
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
3636
- CONFIG_LOG_PROCESS_THREAD=y
3737

3838
logging.log_api_deferred_func_prefix:
@@ -166,7 +166,7 @@ tests:
166166
- CONFIG_LOG_MODE_DEFERRED=y
167167
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
168168
- CONFIG_LOG_PRINTK=y
169-
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
169+
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
170170
- CONFIG_LOG_PROCESS_THREAD=y
171171
- CONFIG_CPLUSPLUS=y
172172

@@ -283,7 +283,7 @@ tests:
283283
- CONFIG_LOG_MODE_DEFERRED=y
284284
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
285285
- CONFIG_LOG_PRINTK=y
286-
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
286+
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
287287
- CONFIG_LOG_PROCESS_THREAD=y
288288
- CONFIG_LOG_USE_TAGGED_ARGUMENTS=y
289289

@@ -396,7 +396,7 @@ tests:
396396
- CONFIG_LOG_MODE_DEFERRED=y
397397
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
398398
- CONFIG_LOG_PRINTK=y
399-
#When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
399+
# When LOG_PRINTK is enabled, thread must process otherwise test output would be lost.
400400
- CONFIG_LOG_PROCESS_THREAD=y
401401
- CONFIG_CPLUSPLUS=y
402402
- CONFIG_LOG_USE_TAGGED_ARGUMENTS=y

0 commit comments

Comments
 (0)