mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
24 lines
301 B
YAML
24 lines
301 B
YAML
extends: default
|
|
|
|
ignore: |
|
|
appdaemon/
|
|
config/templates/partials/
|
|
config/secrets.yaml
|
|
|
|
rules:
|
|
document-start:
|
|
present: false
|
|
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
|
|
truthy:
|
|
allowed-values:
|
|
- 'true'
|
|
- 'false'
|
|
- 'yes'
|
|
- 'no'
|
|
- 'on'
|
|
- 'off'
|