Make luacheck ignore test.lua

This commit is contained in:
luk3yx 2023-01-02 16:36:30 +13:00
parent 048bd0a082
commit bb102c360f

View File

@ -1,3 +1,5 @@
-- luacheck: ignore
-- Load formspec_ast
_G.FORMSPEC_AST_PATH = '../formspec_ast'
dofile(FORMSPEC_AST_PATH .. '/init.lua')