]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - .luacheckrc
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / .luacheckrc
index a21051514d15c6a3c9f2f8cefd9858c8ad9f0ab6..ca321d9537350f74b93427d282c538c9e58c7a7f 100644 (file)
@@ -18,9 +18,9 @@ read_globals = {
        "profiler",
        "Settings",
 
-       string = {fields = {"split"}},
-       table  = {fields = {"copy", "getn", "indexof", "insert_all"}},
-       math   = {fields = {"hypot"}},
+       string = {fields = {"split", "trim"}},
+       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",
+       },
+}