Update installation instructions - adopted from Wuzzy's notes.
[insidethebox/insidethebox_wuzzy.git] / .luacheckrc
blobcedaf83074f49bb6bf43aa37f159a6277c1f7133
1 unused_args = false
2 allow_defined_top = true
3 max_line_length = 130
5 read_globals = {
6         "DIR_DELIM",
7         "core",
8         "dump",
9         "VoxelManip", "VoxelArea",
10         "PseudoRandom", "ItemStack",
11         "SecureRandom",
12         table = { fields = { "copy" } },
13         "unpack",
14         "AreaStore",
15         "ranks",
16         "irc"
19 globals = {
20         "players", "db", "boxes", "mech", "doors", "fences", "screwdriver", "walls", "frame", "sfinv", "creative", "music", "skybox", "sounds", "conf", "log",
21         "vector", "minetest",