chore: Annotate lowercase global to avoid EmmyLua warning
Adds and EmmyLua annotation to skip diagnostics for the next line. Here is some more [info](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#diagnostic).
This commit is contained in:
parent
1d61853ab8
commit
a308c442a8
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ local select = select
|
|||
|
||||
local _M = {}
|
||||
if module then -- heuristic for exporting a global package table
|
||||
---@diagnostic disable-next-line:lowercase-global
|
||||
ltn12 = _M -- luacheck: ignore
|
||||
end
|
||||
local filter,source,sink,pump = {},{},{},{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue