1
0
镜像自地址 https://github.com/minetest-mods/moreblocks.git 已同步 2025-12-15 00:48:29 +01:00

Tweak the Luacheck configuration file and fix many warnings

这个提交包含在:
Hugo Locurcio
2019-02-20 23:39:01 +01:00
父节点 daec458fc6
当前提交 1649f91156
修改 6 个文件,包含 36 行新增25 行删除

查看文件

@@ -1,14 +1,35 @@
std = "lua51+minetest"
unused_args = false
allow_defined_top = true
max_line_length = 999
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"intllib",
"default",
stds.minetest = {
read_globals = {
"DIR_DELIM",
"minetest",
"core",
"dump",
"vector",
"nodeupdate",
"VoxelManip",
"VoxelArea",
"PseudoRandom",
"ItemStack",
"default",
table = {
fields = {
"copy",
},
},
}
}
read_globals = {
"intllib",
"protector",
"isprotect",
"IsPlayerNodeOwner",
"HasOwner",
"getLastOwner",
"GetNodeOwnerName",
}