Files
sarah/.yamllint.yaml
T
2022-12-01 16:01:59 +02:00

24 lines
287 B
YAML

extends: default
ignore: |
appdaemon/
templates/partials/
secrets.yaml
rules:
document-start:
present: false
line-length:
max: 120
level: warning
truthy:
allowed-values:
- 'true'
- 'false'
- 'yes'
- 'no'
- 'on'
- 'off'