animalia/.luacheckrc
2024-01-04 11:15:02 -08:00

21 lines
No EOL
262 B
Lua

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