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

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

.luacheckrc @fresh-snapshots/mainraw · 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
}