zephyr/samples/sensor
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
..
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 yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
i3g4250d
icm42605
ina219
isl29035
lis2dh
lps22hb yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lps22hh yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
lps22hh_i3c yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
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 samples: sensor: vbat of the stm32u5x channel 14 on ADC4 2022-12-27 15:33:06 +01:00
sx9500
th02
thermometer
ti_hdc
tmp108
tmp112
tmp116
vcnl4040
vl53l0x
wsen_hids
wsen_itds
sensor.rst