mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-01-04 23:30:20 +01:00
switch to minetest+max
std for luacheck
This commit is contained in:
parent
0cc68628d2
commit
0602e63dd5
11
.luacheckrc
11
.luacheckrc
@ -1,6 +1,7 @@
|
||||
unused_args = false
|
||||
max_line_length= 240
|
||||
redefined = false
|
||||
std = "minetest+max"
|
||||
|
||||
globals = {
|
||||
"pipeworks",
|
||||
@ -8,18 +9,8 @@ globals = {
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"vector", "ItemStack",
|
||||
"dump", "minetest",
|
||||
"VoxelManip", "VoxelArea",
|
||||
|
||||
-- mods
|
||||
"default", "mesecon", "digiline",
|
||||
"screwdriver", "unified_inventory",
|
||||
"i3", "mcl_experience", "awards"
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user