Namespacing pt. 2
This commit is contained in:
26
mods/ip_mobs_redo/.luacheckrc
Normal file
26
mods/ip_mobs_redo/.luacheckrc
Normal file
@@ -0,0 +1,26 @@
|
||||
unused_args = false
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"lucky_block",
|
||||
"intllib",
|
||||
"vector",
|
||||
"table",
|
||||
"invisibility",
|
||||
"cmi",
|
||||
"toolranks",
|
||||
"pathfinder",
|
||||
"tnt",
|
||||
"ItemStack"
|
||||
}
|
||||
|
||||
globals = {
|
||||
"mobs",
|
||||
"player_api",
|
||||
"default"
|
||||
}
|
||||
|
||||
ignore = {
|
||||
"431", -- Shadowing an upvalue
|
||||
"432", -- Shadowing an upvalue argument
|
||||
}
|
||||
Reference in New Issue
Block a user