mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
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:
committed by
GitHub
parent
fc21433167
commit
710ec1280a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user