party_redo/.luacheckrc

8 lines
227 B
Lua

std = "lua51+luajit+minetest"
-- pattern local res1, error = f1(); if not res1 then return false, error end; local res2, error = f2()
ignore = {"411"}
globals = {"party_api", "party", "factions"}
read_globals = {"DIR_DELIM"}