doc: disable some type warnings from new LuaLS release
This commit is contained in:
parent
1360be5fda
commit
581c729805
2 changed files with 3 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ M.perform_action = function(action)
|
|||
elseif action.type == "change" then
|
||||
-- Cache doesn't need to update
|
||||
else
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
error(string.format("Bad action type: '%s'", action.type))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue