mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-02-22 06:10:22 +01:00
Add a .luacheckrc file for luacheck
This commit is contained in:
parent
f1b6da3c20
commit
62a952bc9b
7
.luacheckrc
Normal file
7
.luacheckrc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
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"}
|
Loading…
x
Reference in New Issue
Block a user