zephyr/tests/arch
Fabio Baltieri 5c32300861 yamllint: fix all yamllint truthy errors
Fix all thruthy errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(truthy)'

This only accepts true/false for boolean properties. Seems like python
takes all sort of formats:

https://github.com/yaml/pyyaml/blob/master/lib/yaml/constructor.py#L224-L235

But the current specs only mention "true" or "false"

https://yaml.org/spec/1.2.2/#10212-boolean

Which is the standard yamllint config.

Excluding codeconv and workflow files, as some are using yes/no instead
in the respective documentation.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00
..
arc/arc_dsp_sharing DSP: add dsp unit test 2022-12-19 11:56:55 +01:00
arm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
arm64 tests: arm_smc_call: introduce arm smc call test 2022-09-09 16:36:37 +00:00
common tests: arch: common: timing: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 14:43:55 -04:00
x86 yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00