]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - .luacheckrc
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / .luacheckrc
index 3ab6e10c8938c310c3ee369d718ee2adba20555b..ca321d9537350f74b93427d282c538c9e58c7a7f 100644 (file)
@@ -19,8 +19,8 @@ read_globals = {
        "Settings",
 
        string = {fields = {"split", "trim"}},
-       table  = {fields = {"copy", "getn", "indexof", "insert_all"}},
-       math   = {fields = {"hypot"}},
+       table  = {fields = {"copy", "getn", "indexof", "insert_all", "combine"}},
+       math   = {fields = {"hypot", "round"}},
 }
 
 globals = {
@@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
                "PLATFORM",
        },
 }
+
+files["builtin/common/tests"] = {
+       read_globals = {
+               "describe",
+               "it",
+               "assert",
+       },
+}