powerbanks/.luacheckrc
OgelGames 17624ac0f9 update luacheck workflow
- change from `v1` to `master`
- rename build to luacheck
- remove stuff from luacheck config
2020-11-05 22:05:13 +11:00

14 lines
124 B
Lua

unused_args = false
globals = {
"minetest",
}
read_globals = {
-- Builtin
"ItemStack",
-- Mod Deps
"technic",
}