1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-06-28 06:12:00 +02:00

Remove unused variables and assignments

This commit is contained in:
HybridDog
2023-06-19 18:24:31 +02:00
committed by GitHub
parent bf55f52197
commit 689ff90a78
5 changed files with 7 additions and 12 deletions

View File

@ -4,5 +4,4 @@ read_globals = {"minetest", "vector", "VoxelArea", "ItemStack",
}
globals = {"worldedit"}
-- Ignore these errors until someone decides to fix them
ignore = {"211", "212", "213", "311", "411", "412", "421", "422",
"431", "432", "631"}
ignore = {"212", "213", "411", "412", "421", "422", "431", "432", "631"}