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:
parent
bd4cdde4b0
commit
e0cc2b8dd0
|
@ -32,9 +32,9 @@ properties:
|
|||
description: Range in g. Default is power-up configuration.
|
||||
enum:
|
||||
- 16 # 16g (1.952 mg/LSB)
|
||||
- 8 # 8g (0.976 mg/LSB)
|
||||
- 4 # 4g (0.488 mg/LSB)
|
||||
- 2 # 2g (0.244 mg/LSB)
|
||||
- 8 # 8g (0.976 mg/LSB)
|
||||
- 4 # 4g (0.488 mg/LSB)
|
||||
- 2 # 2g (0.244 mg/LSB)
|
||||
|
||||
power-mode:
|
||||
type: int
|
||||
|
|
|
@ -76,9 +76,9 @@ properties:
|
|||
2 2g (0.061 mg/LSB)
|
||||
enum:
|
||||
- 16
|
||||
- 8
|
||||
- 4
|
||||
- 2
|
||||
- 8
|
||||
- 4
|
||||
- 2
|
||||
|
||||
gyro-odr:
|
||||
type: int
|
||||
|
|
|
@ -21,9 +21,9 @@ properties:
|
|||
|
||||
enum:
|
||||
- 16 # 16g (0.488 mg/LSB)
|
||||
- 8 # 8g (0.244 mg/LSB)
|
||||
- 4 # 4g (0.122 mg/LSB)
|
||||
- 2 # 2g (0.061 mg/LSB)
|
||||
- 8 # 8g (0.244 mg/LSB)
|
||||
- 4 # 4g (0.122 mg/LSB)
|
||||
- 2 # 2g (0.061 mg/LSB)
|
||||
|
||||
power-mode:
|
||||
type: int
|
||||
|
|
|
@ -43,9 +43,9 @@ properties:
|
|||
|
||||
enum:
|
||||
- 16
|
||||
- 8
|
||||
- 4
|
||||
- 2
|
||||
- 8
|
||||
- 4
|
||||
- 2
|
||||
|
||||
odr:
|
||||
type: int
|
||||
|
@ -57,16 +57,16 @@ properties:
|
|||
power off state.
|
||||
|
||||
enum:
|
||||
- 0
|
||||
- 1
|
||||
- 12
|
||||
- 25
|
||||
- 50
|
||||
- 100
|
||||
- 200
|
||||
- 400
|
||||
- 800
|
||||
- 1600
|
||||
- 0
|
||||
- 1
|
||||
- 12
|
||||
- 25
|
||||
- 50
|
||||
- 100
|
||||
- 200
|
||||
- 400
|
||||
- 800
|
||||
- 1600
|
||||
|
||||
bw-filt:
|
||||
type: int
|
||||
|
|
|
@ -15,8 +15,8 @@ tests:
|
|||
type: multi_line
|
||||
ordered: true
|
||||
regex:
|
||||
- "I am the main thread in secure world: 0"
|
||||
- "Go to normal application"
|
||||
- "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: 3"
|
||||
- "I am the main thread in secure world: 0"
|
||||
- "Go to normal application"
|
||||
- "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: 3"
|
||||
|
|
|
@ -12,15 +12,15 @@ tests:
|
|||
type: multi_line
|
||||
ordered: true
|
||||
regex:
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1234"
|
||||
- "Data read matches data written. Good!"
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1122"
|
||||
- "Data read matches data written. Good!"
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1234"
|
||||
- "Data read: 1234"
|
||||
- "Data read matches data written. Good!"
|
||||
- "SoC flash consists of \\d+ pages."
|
||||
- "write-block-size = 1"
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1234"
|
||||
- "Data read matches data written. Good!"
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1122"
|
||||
- "Data read matches data written. Good!"
|
||||
- "Flash erase succeeded"
|
||||
- "Data read: 1234"
|
||||
- "Data read: 1234"
|
||||
- "Data read matches data written. Good!"
|
||||
- "SoC flash consists of \\d+ pages."
|
||||
- "write-block-size = 1"
|
||||
|
|
|
@ -16,11 +16,11 @@ tests:
|
|||
type: multi_line
|
||||
ordered: true
|
||||
regex:
|
||||
- "Writing 1 to efd"
|
||||
- "Writing 2 to efd"
|
||||
- "Writing 3 to efd"
|
||||
- "Writing 4 to efd"
|
||||
- "Completed write loop"
|
||||
- "About to read"
|
||||
- "Read 10 \\(0xa\\) from efd"
|
||||
- "Finished"
|
||||
- "Writing 1 to efd"
|
||||
- "Writing 2 to efd"
|
||||
- "Writing 3 to efd"
|
||||
- "Writing 4 to efd"
|
||||
- "Completed write loop"
|
||||
- "About to read"
|
||||
- "Read 10 \\(0xa\\) from efd"
|
||||
- "Finished"
|
||||
|
|
Loading…
Reference in a new issue