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

This commit is contained in:
DS 2020-08-29 00:14:19 +02:00 提交者 GitHub
父節點 1eaff3dfa4
當前提交 454009a7f2
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 8 行新增0 行删除

查看文件

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