Add Luacheck

This commit is contained in:
ElCeejo 2022-07-06 15:45:53 -07:00
parent b9a0407f70
commit 02a001da42

14
.luacheckrc Normal file
View file

@ -0,0 +1,14 @@
max_line_length = 120
globals = {
"minetest",
"creatura",
}
read_globals = {
"vector",
"ItemStack",
table = {fields = {"copy"}}
}
ignore = {"212/self", "212/this"}