zephyr/samples/application_development
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
..
code_relocation_nocopy tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
external_lib samples: external_lib: Add building on windows support 2022-11-30 16:35:40 +01:00
out_of_tree_board tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
out_of_tree_driver include: add missing sys/printk.h include 2022-10-11 18:05:17 +02:00
sysbuild/with_mcuboot yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
application_development.rst