1
0
Mirror von https://github.com/Uberi/Minetest-WorldEdit.git synchronisiert 2025-07-14 05:40:23 +02:00
Files
Minetest-WorldEdit/.luacheckrc
HybridDog 98fdda4937 Add code linting with luacheck
With luacheck mistakes in Lua code can be found, e.g. the use of undefined variables, and the code style can be checked.
For the github workflow I copied Panquesito7's check-release.yml file.
2023-06-09 18:24:26 +02:00

9 Zeilen
347 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 = {"113", "211", "212", "213", "311", "312", "411", "412", "421", "422",
"431", "432", "611", "614", "621", "631"}