creatura/.luacheckrc

15 lines
185 B
Text
Raw Normal View History

2022-07-06 15:45:53 -07:00
max_line_length = 120
globals = {
"minetest",
2022-07-24 21:15:06 -07:00
"VoxelArea",
2022-07-06 15:45:53 -07:00
"creatura",
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}