microexpansion/.luacheckrc

31 lines
343 B
Plaintext
Raw Permalink Normal View History

2019-05-18 07:37:46 +02:00
allow_defined_top = true
read_globals = {
2020-02-26 16:42:37 +01:00
"default",
"dump",
"ItemStack",
2020-03-16 17:09:12 +01:00
"pipeworks",
"unified_inventory",
2020-02-26 16:42:37 +01:00
"PseudoRandom",
"stairsplus",
"intllib",
2019-05-18 07:37:46 +02:00
"Settings",
2020-02-26 16:42:37 +01:00
math = { fields = {"sign"} },
"minetest",
"vector",
"VoxelArea",
"VoxelManip",
}
ignore = {
"211",
"212",
"213",
2020-02-27 15:33:45 +01:00
"422",
"432",
2020-02-26 16:42:37 +01:00
"611",
"612",
"621",
"631"
}