From d9da8e6fa9687cd50d29471e6bdfeb97c2bcdc26 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Sun, 11 Jun 2023 13:16:54 +0200 Subject: [PATCH] Remote duplicate typos config --- .typos.toml | 3 +-- _typos.toml | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 _typos.toml diff --git a/.typos.toml b/.typos.toml index 63f2eed6..6fb791cb 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,8 +1,7 @@ [default.extend-words] mosquitto = "mosquitto" -Mosquitto = "Mosquitto" HASS = "HASS" -hass = "hass" +Juni = "Juni" [type.po] extend-glob = ["*.po"] diff --git a/_typos.toml b/_typos.toml deleted file mode 100644 index 4c86fce2..00000000 --- a/_typos.toml +++ /dev/null @@ -1,13 +0,0 @@ -[default.extend-words] -Juni = "Juni" -mosquitto = "mosquitto" -HASS = "HASS" - -[type.po] -extend-glob = ["*.po"] -check-file = false - -[files] -extend-exclude = [ - "website/docs/integrations/Node-RED/Teslamate-flows.json.example", -]