mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-15 16:28:30 +00:00
Exclude Github handles from being marked as typo
This commit is contained in:
parent
8d6f679019
commit
bc57ca26e5
@ -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]
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user