zephyr/scripts/schemas/twister
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
..
hwmap-schema.yaml yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
platform-schema.yaml boards: native: mark as simulator 2022-11-25 06:09:02 -05:00
quarantine-schema.yaml yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
testsuite-schema.yaml tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00