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>
This commit is contained in:
Fabio Baltieri 2023-01-03 11:53:40 +00:00 committed by Stephanos Ioannidis
parent bd4cdde4b0
commit e0cc2b8dd0
7 changed files with 47 additions and 47 deletions

View file

@ -32,9 +32,9 @@ properties:
description: Range in g. Default is power-up configuration. description: Range in g. Default is power-up configuration.
enum: enum:
- 16 # 16g (1.952 mg/LSB) - 16 # 16g (1.952 mg/LSB)
- 8 # 8g (0.976 mg/LSB) - 8 # 8g (0.976 mg/LSB)
- 4 # 4g (0.488 mg/LSB) - 4 # 4g (0.488 mg/LSB)
- 2 # 2g (0.244 mg/LSB) - 2 # 2g (0.244 mg/LSB)
power-mode: power-mode:
type: int type: int

View file

@ -76,9 +76,9 @@ properties:
2 2g (0.061 mg/LSB) 2 2g (0.061 mg/LSB)
enum: enum:
- 16 - 16
- 8 - 8
- 4 - 4
- 2 - 2
gyro-odr: gyro-odr:
type: int type: int

View file

@ -21,9 +21,9 @@ properties:
enum: enum:
- 16 # 16g (0.488 mg/LSB) - 16 # 16g (0.488 mg/LSB)
- 8 # 8g (0.244 mg/LSB) - 8 # 8g (0.244 mg/LSB)
- 4 # 4g (0.122 mg/LSB) - 4 # 4g (0.122 mg/LSB)
- 2 # 2g (0.061 mg/LSB) - 2 # 2g (0.061 mg/LSB)
power-mode: power-mode:
type: int type: int

View file

@ -43,9 +43,9 @@ properties:
enum: enum:
- 16 - 16
- 8 - 8
- 4 - 4
- 2 - 2
odr: odr:
type: int type: int
@ -57,16 +57,16 @@ properties:
power off state. power off state.
enum: enum:
- 0 - 0
- 1 - 1
- 12 - 12
- 25 - 25
- 50 - 50
- 100 - 100
- 200 - 200
- 400 - 400
- 800 - 800
- 1600 - 1600
bw-filt: bw-filt:
type: int type: int

View file

@ -15,8 +15,8 @@ tests:
type: multi_line type: multi_line
ordered: true ordered: true
regex: regex:
- "I am the main thread in secure world: 0" - "I am the main thread in secure world: 0"
- "Go to normal application" - "Go to normal application"
- "I am the main thread in secure world: 1" - "I am the main thread in secure world: 1"
- "I am the main thread in secure world: 2" - "I am the main thread in secure world: 2"
- "I am the main thread in secure world: 3" - "I am the main thread in secure world: 3"

View file

@ -12,15 +12,15 @@ tests:
type: multi_line type: multi_line
ordered: true ordered: true
regex: regex:
- "Flash erase succeeded" - "Flash erase succeeded"
- "Data read: 1234" - "Data read: 1234"
- "Data read matches data written. Good!" - "Data read matches data written. Good!"
- "Flash erase succeeded" - "Flash erase succeeded"
- "Data read: 1122" - "Data read: 1122"
- "Data read matches data written. Good!" - "Data read matches data written. Good!"
- "Flash erase succeeded" - "Flash erase succeeded"
- "Data read: 1234" - "Data read: 1234"
- "Data read: 1234" - "Data read: 1234"
- "Data read matches data written. Good!" - "Data read matches data written. Good!"
- "SoC flash consists of \\d+ pages." - "SoC flash consists of \\d+ pages."
- "write-block-size = 1" - "write-block-size = 1"

View file

@ -16,11 +16,11 @@ tests:
type: multi_line type: multi_line
ordered: true ordered: true
regex: regex:
- "Writing 1 to efd" - "Writing 1 to efd"
- "Writing 2 to efd" - "Writing 2 to efd"
- "Writing 3 to efd" - "Writing 3 to efd"
- "Writing 4 to efd" - "Writing 4 to efd"
- "Completed write loop" - "Completed write loop"
- "About to read" - "About to read"
- "Read 10 \\(0xa\\) from efd" - "Read 10 \\(0xa\\) from efd"
- "Finished" - "Finished"