Add missing 'weather' mod documentation to minetest.conf.example
[oweals/minetest_game.git] / .luacheckrc
index fe87fdce88209cfdc785bd1ca47708f2186a64b2..459912f114d58dc2db456e4ac2f36b0491e51dd4 100644 (file)
@@ -7,10 +7,14 @@ read_globals = {
        "dump",
        "vector",
        "VoxelManip", "VoxelArea",
-       "PseudoRandom", "ItemStack",
+       "PseudoRandom", "PcgRandom",
+       "ItemStack",
+       "Settings",
        "unpack",
-       -- Silence "accessing undefined field copy of global table".
-       table = { fields = { "copy" } }
+       -- Silence errors about custom table methods.
+       table = { fields = { "copy", "indexof" } },
+       -- Silence warnings about accessing undefined fields of global 'math'
+       math = { fields = { "sign" } }
 }
 
 -- Overwrites minetest.handle_node_drops