Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix luacheck warnings in builtin/common/tests (#10322)
  • Loading branch information
Desour committed Aug 28, 2020
1 parent 1eaff3d commit 454009a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .luacheckrc
Expand Up @@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
"PLATFORM",
},
}

files["builtin/common/tests"] = {
read_globals = {
"describe",
"it",
"assert",
},
}

0 comments on commit 454009a

Please sign in to comment.