1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-09-27 15:10:17 +02:00
Minetest-WorldEdit/.luacheckrc
2021-01-17 17:03:33 +01:00

8 lines
289 B
Lua

read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
"table",
"unified_inventory", "sfinv", "smart_inventory", "inventory_plus"
}
globals = {"worldedit"}
-- Ignore these style errors until someone decides to fix them
ignore = {"411", "412", "421", "422", "431", "432", "631"}