mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
ci(lintdocurls): ignore websites that block GHA #36982
Problem: These URLs seem to be unreachable from GHA CI but are available locally. Solution: Ignore them for now.
This commit is contained in:
committed by
GitHub
parent
9b768d6b3d
commit
0e04f88081
@@ -124,8 +124,6 @@ local exclude_invalid = {
|
||||
|
||||
-- False-positive "invalid URLs".
|
||||
local exclude_invalid_urls = {
|
||||
['http://'] = 'usr_23.txt',
|
||||
['http://.'] = 'usr_23.txt',
|
||||
['http://aspell.net/man-html/Affix-Compression.html'] = 'spell.txt',
|
||||
['http://aspell.net/man-html/Phonetic-Code.html'] = 'spell.txt',
|
||||
['http://lua-users.org/wiki/StringLibraryTutorial'] = 'lua.txt',
|
||||
@@ -136,6 +134,8 @@ 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?
|
||||
}
|
||||
|
||||
-- Deprecated, brain-damaged files that I don't care about.
|
||||
|
||||
Reference in New Issue
Block a user