mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-13 22:00:30 +02:00
Fix LuaCheck warnings
This commit is contained in:
15
.luacheckrc
15
.luacheckrc
@ -1,12 +1,13 @@
|
||||
|
||||
read_globals = {
|
||||
"vector",
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"default",
|
||||
"pipeworks",
|
||||
"dump",
|
||||
"VoxelArea",
|
||||
"vector",
|
||||
"screwdriver",
|
||||
"minetest",
|
||||
"default",
|
||||
"pipeworks",
|
||||
"dump",
|
||||
"VoxelArea",
|
||||
"ItemStack",
|
||||
}
|
||||
|
||||
globals = {
|
||||
|
Reference in New Issue
Block a user