Codebase list minetest-mod-mobs-redo / fresh-snapshots/upstream .luacheckrc
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

.luacheckrc @fresh-snapshots/upstreamraw · history · blame

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
}