From e806c522a4f9fda1dbbad7c0f49b2d3271db2108 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Sun, 28 Jul 2024 21:49:04 +0200 Subject: [PATCH] Simplify yamllint configuration --- .yamllint | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.yamllint b/.yamllint index b72570f..88e3f9d 100644 --- a/.yamllint +++ b/.yamllint @@ -6,16 +6,9 @@ yaml-files: - '.yamllint' ignore: | - /.cache/ - esphome/**/*.pio* - config/automations.yaml - config/known_devices.yaml - config/scenes.yaml - config/google_calendars.yaml - config/custom_components/scheduler - config/custom_components/xiaomi_cloud_map_extractor - config/custom_components/zha_map - config/custom_components/hacs + .clang-format + .esphome/ + tests/.esphome/ rules: braces: