Exclude Github handles from being marked as typo

This commit is contained in:
syeopite 2025-09-08 11:29:33 -07:00
parent 8d6f679019
commit bc57ca26e5
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
2 changed files with 5 additions and 2 deletions

View File

@ -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]

View File

@ -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)