test: ignore kuwasha.net url #38438

Problem:
Flagged by `make lintdocurls` on GitHub actions. Doesn't reproduce
locally, so probably blocks the action runner.

Solution:
Ignore it.
This commit is contained in:
Yochem van Rosmalen
2026-03-23 14:19:35 +01:00
committed by GitHub
parent fc21433167
commit 710ec1280a

View File

@@ -130,8 +130,12 @@ local exclude_invalid_urls = {
['http://wiki.services.openoffice.org/wiki/Dictionaries'] = 'spell.txt',
['http://www.adapower.com'] = 'ft_ada.txt',
['http://www.jclark.com/'] = 'quickfix.txt',
['https://cacm.acm.org/research/a-look-at-the-design-of-lua/'] = 'faq.txt', -- blocks GHA?
['https://linux.die.net/man/2/poll'] = 'luvref.txt', -- blocks GHA?
-- Can't be accessed by GitHub runners:
['https://cacm.acm.org/research/a-look-at-the-design-of-lua/'] = 'faq.txt',
['https://linux.die.net/man/2/poll'] = 'luvref.txt',
['https://www.kuwasha.net'] = 'uganda.txt',
['https://www.kuwasha.net/'] = 'uganda.txt',
}
-- Deprecated, brain-damaged files that I don't care about.