summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 3ab6e10c8..e010ab95c 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
"PLATFORM",
},
}
+
+files["builtin/common/tests"] = {
+ read_globals = {
+ "describe",
+ "it",
+ "assert",
+ },
+}