From bc57ca26e58e405f5de7374ced63a4c7ba145fb7 Mon Sep 17 00:00:00 2001 From: syeopite Date: Mon, 8 Sep 2025 11:29:33 -0700 Subject: [PATCH] Exclude Github handles from being marked as typo --- .typos.toml | 5 ++++- CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.typos.toml b/.typos.toml index a6c8271ee..f3f3a2c40 100644 --- a/.typos.toml +++ b/.typos.toml @@ -13,7 +13,10 @@ "TEST_IDS *= *\\{.*\\}", # Ignore two-letter region strings - "(\\b|\")[a-zA-Z]{2}(\\b|\")," + "(\\b|\")[a-zA-Z]{2}(\\b|\"),", + + # Github handles + "@[a-zA-z\\-]{1,39}" ] [default.extend-identifiers] diff --git a/CHANGELOG.md b/CHANGELOG.md index 849b89dd1..2a3e7acd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -357,7 +357,7 @@ Allow manual trigger of release-container build ([#4877], thanks @syeopite) * Channel: Render age restricted channels ([#4295], thanks @ChunkyProgrammer) * Ameba: Miscellaneous fixes ([#4807], thanks @syeopite) * API: Proxy formatStreams URLs too ([#4859], thanks @colinleroy) -* UI: Add search button to search bar ([#4706], thanks @thanks) +* UI: Add search button to search bar ([#4706], thanks @thansk) * Add ability to set po_token and visitordata ID ([#4789], thanks @unixfox) * Add support for an external signature server ([#4772], by @SamantazFox) * Ameba: Fix Naming/VariableNames ([#4790], thanks @syeopite)