1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-09-28 23:40:36 +02:00
Minetest-WorldEdit/.luacheckrc
HybridDog 79e5e64c44 luacheck: Reduce the number of ignored codes
After the recent changes, luacheck can be configured to be more strict now, for example to check for inconsistent indentation and undefined variables.
2023-06-10 11:38:23 +02:00

9 lines
312 B
Lua

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