mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-01-07 00:30:17 +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
|
unused_args = false
|
||||||
max_line_length= 240
|
max_line_length= 240
|
||||||
redefined = false
|
redefined = false
|
||||||
|
std = "minetest+max"
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"pipeworks",
|
"pipeworks",
|
||||||
@ -8,18 +9,8 @@ globals = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
-- Stdlib
|
|
||||||
string = {fields = {"split"}},
|
|
||||||
table = {fields = {"copy", "getn"}},
|
|
||||||
|
|
||||||
-- Minetest
|
|
||||||
"vector", "ItemStack",
|
|
||||||
"dump", "minetest",
|
|
||||||
"VoxelManip", "VoxelArea",
|
|
||||||
|
|
||||||
-- mods
|
-- mods
|
||||||
"default", "mesecon", "digiline",
|
"default", "mesecon", "digiline",
|
||||||
"screwdriver", "unified_inventory",
|
"screwdriver", "unified_inventory",
|
||||||
"i3", "mcl_experience", "awards"
|
"i3", "mcl_experience", "awards"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user