diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..7c76332 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,14 @@ +max_line_length = 120 + +globals = { + "minetest", + "creatura", +} + +read_globals = { + "vector", + "ItemStack", + table = {fields = {"copy"}} +} + +ignore = {"212/self", "212/this"} \ No newline at end of file