1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Fix yamllint (#6253)

This commit is contained in:
Jesse Hills
2024-02-21 17:14:30 +13:00
committed by GitHub
parent e847039ffd
commit 75af4c3d62
23 changed files with 83 additions and 70 deletions

View File

@@ -1,3 +1,18 @@
---
ignore: |
venv/
extends: default
ignore-from-file: .gitignore
rules:
document-start: disable
empty-lines:
level: error
max: 1
max-start: 0
max-end: 1
indentation:
level: error
spaces: 2
indent-sequences: true
check-multi-line-strings: false
line-length: disable