yamllint: fix all yamllint colons, commas and empty-lines errors
Fix all colons and commas errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(brackets)' yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(commas)' yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(empty-lines)' Default config is no space before, one space after, max 2 empty lines. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
f39f04f232
commit
bd4cdde4b0
18 changed files with 17 additions and 18 deletions
2
.github/workflows/daily_test_version.yml
vendored
2
.github/workflows/daily_test_version.yml
vendored
|
@ -5,7 +5,7 @@ name: Publish commit for daily testing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '50 22 * * *'
|
- cron: '50 22 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
2
.github/workflows/issue_count.yml
vendored
2
.github/workflows/issue_count.yml
vendored
|
@ -2,7 +2,7 @@ name: Issue Tracker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/10 * * * *'
|
- cron: '*/10 * * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
OUTPUT_FILE_NAME: IssuesReport.md
|
OUTPUT_FILE_NAME: IssuesReport.md
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 128
|
ram: 128
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 128
|
ram: 128
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 1024
|
ram: 1024
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 1024
|
ram: 1024
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 128
|
ram: 128
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 128
|
ram: 128
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -5,7 +5,7 @@ arch: arm64
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- cross-compile
|
- cross-compile
|
||||||
ram: 1024
|
ram: 1024
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -11,4 +11,4 @@ properties:
|
||||||
mcause-exception-mask:
|
mcause-exception-mask:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
description: Specify the bits to use for exception code in mcause register.
|
description: Specify the bits to use for exception code in mcause register.
|
||||||
|
|
|
@ -5,7 +5,7 @@ description: STM32 LCD-TFT display controller
|
||||||
|
|
||||||
compatible: "st,stm32-ltdc"
|
compatible: "st,stm32-ltdc"
|
||||||
|
|
||||||
include: [display-controller.yaml, pinctrl-device.yaml]
|
include: [display-controller.yaml, pinctrl-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
disp-on-gpios:
|
disp-on-gpios:
|
||||||
|
|
|
@ -47,7 +47,6 @@ description: |
|
||||||
IOCON_FILTR- set by nxp,analog-filter
|
IOCON_FILTR- set by nxp,analog-filter
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
compatible: "nxp,lpc-iocon-pinctrl"
|
compatible: "nxp,lpc-iocon-pinctrl"
|
||||||
|
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
|
@ -9,7 +9,7 @@ on-bus: w1
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
family-code:
|
family-code:
|
||||||
type : int
|
type: int
|
||||||
description: |
|
description: |
|
||||||
8-bit 1-Wire family code, which is also part of the 64 bit ROM ID.
|
8-bit 1-Wire family code, which is also part of the 64 bit ROM ID.
|
||||||
overdrive-speed:
|
overdrive-speed:
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
# Service definitions for IPC mode.
|
# Service definitions for IPC mode.
|
||||||
"services" : [{
|
"services": [{
|
||||||
"name": "TFM_DP_SECRET_DIGEST",
|
"name": "TFM_DP_SECRET_DIGEST",
|
||||||
"sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this),
|
"sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this),
|
||||||
# bits [11:0] are arbitrary at the discretion of the
|
# bits [11:0] are arbitrary at the discretion of the
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
name: my_extra_module_name
|
name: my_extra_module_name
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
name: my_module_name
|
name: my_module_name
|
||||||
|
|
|
@ -5,6 +5,6 @@ tests:
|
||||||
net.ethernet.build:
|
net.ethernet.build:
|
||||||
min_flash: 42
|
min_flash: 42
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk
|
platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk
|
||||||
mimxrt1060_evk mimxrt1064_evk
|
mimxrt1060_evk mimxrt1064_evk
|
||||||
depends_on: spi netif
|
depends_on: spi netif
|
||||||
|
|
|
@ -6,7 +6,7 @@ tests:
|
||||||
- nrf52840dk_nrf52840
|
- nrf52840dk_nrf52840
|
||||||
dfu.image_util.progressive:
|
dfu.image_util.progressive:
|
||||||
extra_args: OVERLAY_CONFIG=progressively_overlay.conf
|
extra_args: OVERLAY_CONFIG=progressively_overlay.conf
|
||||||
platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64
|
platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64
|
||||||
tags: dfu_image_util
|
tags: dfu_image_util
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk_nrf52840
|
- nrf52840dk_nrf52840
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue