mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-18 23:50:29 +02:00
Add Factorio Luacheck
This commit is contained in:
28
.luacheckrc
Normal file
28
.luacheckrc
Normal file
@ -0,0 +1,28 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
ignore = {
|
||||
"pos1", "pos2",
|
||||
"extent1", "extent2",
|
||||
"header", "count",
|
||||
|
||||
"err", "state",
|
||||
"filename", "def",
|
||||
"file", "name",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"minetest"
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
"vector", "unified_inventory",
|
||||
"smart_inventory", "sfinv",
|
||||
|
||||
"VoxelArea", "inventory_plus",
|
||||
"ItemStack",
|
||||
}
|
Reference in New Issue
Block a user