mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 07:02:52 +00:00
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> |
||
---|---|---|
.. | ||
accel_polling | ||
adc_cmp_npcx | ||
adt7420 | ||
amg88xx | ||
ams_iAQcore | ||
apds9960 | ||
bme280 | ||
bme680 | ||
bmg160 | ||
bmi270 | ||
bq274xx | ||
ccs811 | ||
dht | ||
dps310 | ||
ds18b20 | ||
ens210 | ||
esp32_temp_sensor | ||
fdc2x1x | ||
fxas21002 | ||
fxos8700 | ||
fxos8700-hid | ||
grove_light | ||
grove_temperature | ||
grow_r502a | ||
hts221 | ||
i3g4250d | ||
icm42605 | ||
ina219 | ||
isl29035 | ||
lis2dh | ||
lps22hb | ||
lps22hh | ||
lps22hh_i3c | ||
lsm6dsl | ||
lsm6dso | ||
lsm6dso_i2c_on_i3c | ||
lsm303dlhc | ||
magn_polling | ||
max6675 | ||
max17262 | ||
max30101 | ||
max44009 | ||
mcp9808 | ||
mcux_acmp | ||
mhz19b | ||
mpr | ||
mpu6050 | ||
ms5837 | ||
qdec | ||
sensor_shell | ||
sgp40_sht4x | ||
sht3xd | ||
sm351lt | ||
stm32_temp_sensor | ||
stm32_vbat_sensor | ||
sx9500 | ||
th02 | ||
thermometer | ||
ti_hdc | ||
tmp108 | ||
tmp112 | ||
tmp116 | ||
vcnl4040 | ||
vl53l0x | ||
wsen_hids | ||
wsen_itds | ||
sensor.rst |