Fix .luacheckrc (missing Settings class)
authorEkdohibs <nathanael.courant@laposte.net>
Tue, 11 Apr 2017 14:28:26 +0000 (16:28 +0200)
committerEkdohibs <nathanael.courant@laposte.net>
Tue, 11 Apr 2017 14:53:38 +0000 (16:53 +0200)
.luacheckrc

index fe87fdce88209cfdc785bd1ca47708f2186a64b2..3c7ec693569c305163c7f3938ed902a78b3b4d63 100644 (file)
@@ -8,6 +8,7 @@ read_globals = {
        "vector",
        "VoxelManip", "VoxelArea",
        "PseudoRandom", "ItemStack",
+       "Settings",
        "unpack",
        -- Silence "accessing undefined field copy of global table".
        table = { fields = { "copy" } }