Add missing 'weather' mod documentation to minetest.conf.example
[oweals/minetest_game.git] / .luacheckrc
index 52b25132fd5516c4eacd66d599acfa5fd946f6a6..459912f114d58dc2db456e4ac2f36b0491e51dd4 100644 (file)
@@ -7,7 +7,14 @@ read_globals = {
        "dump",
        "vector",
        "VoxelManip", "VoxelArea",
-       "PseudoRandom", "ItemStack",
+       "PseudoRandom", "PcgRandom",
+       "ItemStack",
+       "Settings",
+       "unpack",
+       -- 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