From c667cd0de67e01792072f66ee9f0d539f18f75ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Sat, 11 Feb 2017 01:56:17 -0300 Subject: [PATCH] Add `.luacheckrc`. --- .luacheckrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .luacheckrc 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. + }, +}