diff options
-rw-r--r-- | .luacheckrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..eeca136 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,14 @@ + +read_globals = { + "minetest", +} + +globals = { + "intllib", +} + +files["intltest/init.lua"] = { + ignore = { + "212", -- Unused argument. + }, +} |