Browse Source

Fix luacheck warnings in builtin/common/tests (#10322)

DS 3 years ago
parent
commit
454009a7f2
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .luacheckrc

+ 8 - 0
.luacheckrc

@@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
 		"PLATFORM",
 	},
 }
+
+files["builtin/common/tests"] = {
+	read_globals = {
+		"describe",
+		"it",
+		"assert",
+	},
+}