yamllint: fix all yamllint line-length errors
Fix all line-length errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(line-length)' Using a limit is set to 100 columns, not touching the commandlines in GitHub workflows (at least for now). Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
7dd902d035
commit
7db1d17ee3
59 changed files with 327 additions and 175 deletions
|
@ -15,7 +15,8 @@ tests:
|
|||
tests.application_development.code_relocation.no_itcm:
|
||||
filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
|
||||
arch_allow: arm
|
||||
extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME _SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2
|
||||
extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME
|
||||
_SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2
|
||||
platform_allow: qemu_cortex_m3 mps2_an385 sam_e70_xplained
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue