diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-02-11 01:56:17 -0300 |
---|---|---|
committer | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-02-11 03:42:29 -0300 |
commit | c667cd0de67e01792072f66ee9f0d539f18f75ad (patch) | |
tree | 61cbc73118cfffc09717ae11758b4d66f7f434ee | |
parent | 1645070cea7409f62f0ad585173923c9baf933da (diff) |
Add `.luacheckrc`.
-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. + }, +} |