]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - .luacheckrc
Rework Range
[dragonfireclient.git] / .luacheckrc
index a21051514d15c6a3c9f2f8cefd9858c8ad9f0ab6..e010ab95c02452fa3b899acec52ef129920c0f94 100644 (file)
@@ -18,7 +18,7 @@ read_globals = {
        "profiler",
        "Settings",
 
-       string = {fields = {"split"}},
+       string = {fields = {"split", "trim"}},
        table  = {fields = {"copy", "getn", "indexof", "insert_all"}},
        math   = {fields = {"hypot"}},
 }
@@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
                "PLATFORM",
        },
 }
+
+files["builtin/common/tests"] = {
+       read_globals = {
+               "describe",
+               "it",
+               "assert",
+       },
+}