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:
C3pa 2022-04-01 22:19:17 +02:00
parent 1d61853ab8
commit a308c442a8

View file

@ -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 = {},{},{},{}