| 123456789101112131415161718 |
- ---
- extends: default
- #ignore: |
- # docker-compose.seq.yml
- rules:
- # 80 chars should be enough, but don't fail if a line is longer
- line-length:
- max: 120
- level: warning
- comments:
- require-starting-space: false
- document-start:
- present: true
- # ignore: |
- # ui-lovelace.yaml
|