zephyr/scripts
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
..
build scripts: gen_relocate_app: Fix a typo in parse_input_string() 2022-11-23 16:49:03 -05:00
checkpatch
ci scripts: compliance: add a check for MAINTAINERS.yml format 2022-12-29 14:42:02 +01:00
coccinelle
coredump
dts devicetree: edtlib: tests: add coverage for child includes 2022-11-17 06:57:46 -06:00
footprint footprint: Update conf files for nrf5340_cpunet rpmsg 2022-11-11 08:46:46 +00:00
generate_usb_vif usb-c: Generate USB-C connector VIF policies XML file 2022-12-02 08:46:04 -06:00
gitlint gitlint: Add "commit" to violation messages 2022-12-07 07:58:05 -05:00
kconfig hardening: Require CONFIG_TIMER_RANDOM_GENERATOR=n 2022-12-15 22:35:31 +01:00
logging/dictionary
net
pylib twister: Set a default gcov-tool for llvm 2023-01-03 11:01:16 +01:00
release
schemas/twister yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
support
tests yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
tracing
utils scripts/utils/migrate_mcumgr_kconfigs.py: Script for migrating MCUmgr 2022-12-22 12:36:34 +01:00
west_commands west: runners: improve pyocd runner test coverage 2022-12-29 10:36:02 +01:00
.gitignore
checkpatch.pl checkpatch: update --exclude docs 2022-12-01 15:48:30 +01:00
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py
github_helpers.py
list_boards.py
make_bugs_pickle.py
requirements-base.txt
requirements-build-test.txt
requirements-compliance.txt requirements: Add lxml as a requirement 2022-11-13 06:25:59 -05:00
requirements-doc.txt
requirements-extras.txt clang-format: Enable InsertBraces option 2022-12-20 22:51:57 +01:00
requirements-run-test.txt
requirements.txt
series-push-hook.sh
set_assignees.py
spelling.txt
tags.sh
twister scripts: twister: update twister to support QEMU platforms with sysbuild 2022-10-26 08:48:37 -04:00
valgrind.supp
west-commands.yml
zephyr_module.py