Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix luacheck warnings in builtin/common/tests (#10322)
- Loading branch information
Showing
with
8 additions
and
0 deletions.
-
+8
−0
.luacheckrc
|
@@ -72,3 +72,11 @@ files["builtin/mainmenu"] = { |
|
|
"PLATFORM", |
|
|
}, |
|
|
} |
|
|
|
|
|
files["builtin/common/tests"] = { |
|
|
read_globals = { |
|
|
"describe", |
|
|
"it", |
|
|
"assert", |
|
|
}, |
|
|
} |