animalia/.luacheckrc

21 lines
262 B
Text
Raw Normal View History

2023-12-28 21:28:05 -08:00
max_line_length = 120
globals = {
"minetest",
"VoxelArea",
"mob_core",
"creatura",
"animalia",
"farming",
"mcl_player",
2024-01-04 11:15:02 -08:00
"player_api",
"armor"
2023-12-28 21:28:05 -08:00
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}