diff options
| author | DS <vorunbekannt75@web.de> | 2020-08-29 00:14:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-29 00:14:19 +0200 |
| commit | 454009a7f2a798dfa70d881a3c9811f7e29481f7 (patch) | |
| tree | 23fe7d85f60dc6d4b0d6dc3ebffd00be3be1b3bd /.luacheckrc | |
| parent | 1eaff3dfa4091c638be7a1e9777d35b5f665972c (diff) | |
| download | dragonfireclient-454009a7f2a798dfa70d881a3c9811f7e29481f7.tar.xz | |
Fix luacheck warnings in builtin/common/tests (#10322)
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 3ab6e10c8..e010ab95c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -72,3 +72,11 @@ files["builtin/mainmenu"] = { "PLATFORM", }, } + +files["builtin/common/tests"] = { + read_globals = { + "describe", + "it", + "assert", + }, +} |
