Add missing 'weather' mod documentation to minetest.conf.example
[oweals/minetest_game.git] / .luacheckrc
index c3df64be4954f481d90a63fd0f6616ccd896fff2..459912f114d58dc2db456e4ac2f36b0491e51dd4 100644 (file)
@@ -12,7 +12,9 @@ read_globals = {
        "Settings",
        "unpack",
        -- Silence errors about custom table methods.
-       table = { fields = { "copy", "indexof" } }
+       table = { fields = { "copy", "indexof" } },
+       -- Silence warnings about accessing undefined fields of global 'math'
+       math = { fields = { "sign" } }
 }
 
 -- Overwrites minetest.handle_node_drops