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

This commit is contained in:
DS 2020-08-29 00:14:19 +02:00 committed by GitHub
부모 1eaff3dfa4
커밋 454009a7f2
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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