animalia/.luacheckrc
2023-12-28 21:28:05 -08:00

20 lines
No EOL
252 B
Lua

max_line_length = 120
globals = {
"minetest",
"VoxelArea",
"mob_core",
"creatura",
"animalia",
"farming",
"mcl_player",
"player_api"
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}