mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-21 09:00:27 +02:00
Use Luarocks to install luacheck
Also remove worthless variable.
This commit is contained in:
@ -12,10 +12,6 @@ ignore = {
|
||||
"file", "name",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"minetest"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
@ -24,5 +20,5 @@ read_globals = {
|
||||
"smart_inventory", "sfinv",
|
||||
|
||||
"VoxelArea", "inventory_plus",
|
||||
"ItemStack",
|
||||
"ItemStack", "minetest",
|
||||
}
|
||||
|
Reference in New Issue
Block a user