]> git.lizzy.rs Git - minetest.git/blobdiff - .luacheckrc
Reduce code duplication between c_converter.cpp and helper.cpp
[minetest.git] / .luacheckrc
index e010ab95c02452fa3b899acec52ef129920c0f94..a922bdea9af7950a7777b8125dc98c1099e3157a 100644 (file)
@@ -20,7 +20,7 @@ read_globals = {
 
        string = {fields = {"split", "trim"}},
        table  = {fields = {"copy", "getn", "indexof", "insert_all"}},
-       math   = {fields = {"hypot"}},
+       math   = {fields = {"hypot", "round"}},
 }
 
 globals = {