areas/.luacheckrc

24 lines
333 B
Plaintext
Raw Permalink Normal View History

2021-11-22 09:22:32 -08:00
max_line_length = 100
2021-04-24 03:33:01 -07:00
read_globals = {
"DIR_DELIM",
"core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"AreaStore",
"default",
"hud",
"mesecon",
table = { fields = { "copy", "getn", "indexof" } }
}
globals = {
"minetest",
-- mod namespace
"areas"
}
2021-11-22 09:22:32 -08:00
ignore = {"212/self"}