Skip to content

Commit e0cc2b8

Browse files
fabiobaltieristephanosio
authored andcommitted
yamllint: fix all yamllint hyphens errors
Fix all hyphens errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(hyphens)' Default config is only one space after the hyphen. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent bd4cdde commit e0cc2b8

File tree

7 files changed

+47
-47
lines changed

7 files changed

+47
-47
lines changed

dts/bindings/sensor/st,iis2dlpc-common.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ properties:
3232
description: Range in g. Default is power-up configuration.
3333
enum:
3434
- 16 # 16g (1.952 mg/LSB)
35-
- 8 # 8g (0.976 mg/LSB)
36-
- 4 # 4g (0.488 mg/LSB)
37-
- 2 # 2g (0.244 mg/LSB)
35+
- 8 # 8g (0.976 mg/LSB)
36+
- 4 # 4g (0.488 mg/LSB)
37+
- 2 # 2g (0.244 mg/LSB)
3838

3939
power-mode:
4040
type: int

dts/bindings/sensor/st,ism330dhcx-common.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ properties:
7676
2 2g (0.061 mg/LSB)
7777
enum:
7878
- 16
79-
- 8
80-
- 4
81-
- 2
79+
- 8
80+
- 4
81+
- 2
8282

8383
gyro-odr:
8484
type: int

dts/bindings/sensor/st,lis2ds12-common.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ properties:
2121
2222
enum:
2323
- 16 # 16g (0.488 mg/LSB)
24-
- 8 # 8g (0.244 mg/LSB)
25-
- 4 # 4g (0.122 mg/LSB)
26-
- 2 # 2g (0.061 mg/LSB)
24+
- 8 # 8g (0.244 mg/LSB)
25+
- 4 # 4g (0.122 mg/LSB)
26+
- 2 # 2g (0.061 mg/LSB)
2727

2828
power-mode:
2929
type: int

dts/bindings/sensor/st,lis2dw12-common.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ properties:
4343
4444
enum:
4545
- 16
46-
- 8
47-
- 4
48-
- 2
46+
- 8
47+
- 4
48+
- 2
4949

5050
odr:
5151
type: int
@@ -57,16 +57,16 @@ properties:
5757
power off state.
5858
5959
enum:
60-
- 0
61-
- 1
62-
- 12
63-
- 25
64-
- 50
65-
- 100
66-
- 200
67-
- 400
68-
- 800
69-
- 1600
60+
- 0
61+
- 1
62+
- 12
63+
- 25
64+
- 50
65+
- 100
66+
- 200
67+
- 400
68+
- 800
69+
- 1600
7070

7171
bw-filt:
7272
type: int

samples/boards/arc_secure_services/sample.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tests:
1515
type: multi_line
1616
ordered: true
1717
regex:
18-
- "I am the main thread in secure world: 0"
19-
- "Go to normal application"
20-
- "I am the main thread in secure world: 1"
21-
- "I am the main thread in secure world: 2"
22-
- "I am the main thread in secure world: 3"
18+
- "I am the main thread in secure world: 0"
19+
- "Go to normal application"
20+
- "I am the main thread in secure world: 1"
21+
- "I am the main thread in secure world: 2"
22+
- "I am the main thread in secure world: 3"

samples/drivers/soc_flash_nrf/sample.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ tests:
1212
type: multi_line
1313
ordered: true
1414
regex:
15-
- "Flash erase succeeded"
16-
- "Data read: 1234"
17-
- "Data read matches data written. Good!"
18-
- "Flash erase succeeded"
19-
- "Data read: 1122"
20-
- "Data read matches data written. Good!"
21-
- "Flash erase succeeded"
22-
- "Data read: 1234"
23-
- "Data read: 1234"
24-
- "Data read matches data written. Good!"
25-
- "SoC flash consists of \\d+ pages."
26-
- "write-block-size = 1"
15+
- "Flash erase succeeded"
16+
- "Data read: 1234"
17+
- "Data read matches data written. Good!"
18+
- "Flash erase succeeded"
19+
- "Data read: 1122"
20+
- "Data read matches data written. Good!"
21+
- "Flash erase succeeded"
22+
- "Data read: 1234"
23+
- "Data read: 1234"
24+
- "Data read matches data written. Good!"
25+
- "SoC flash consists of \\d+ pages."
26+
- "write-block-size = 1"

samples/posix/eventfd/sample.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ tests:
1616
type: multi_line
1717
ordered: true
1818
regex:
19-
- "Writing 1 to efd"
20-
- "Writing 2 to efd"
21-
- "Writing 3 to efd"
22-
- "Writing 4 to efd"
23-
- "Completed write loop"
24-
- "About to read"
25-
- "Read 10 \\(0xa\\) from efd"
26-
- "Finished"
19+
- "Writing 1 to efd"
20+
- "Writing 2 to efd"
21+
- "Writing 3 to efd"
22+
- "Writing 4 to efd"
23+
- "Completed write loop"
24+
- "About to read"
25+
- "Read 10 \\(0xa\\) from efd"
26+
- "Finished"

0 commit comments

Comments
 (0)