From 1173ff0c13a07dec2ede3166378dc5f50fff37b3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 18 Jan 2020 02:09:18 +0000 Subject: Add Lua unit tests to builtin using busted (#9184) --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index a21051514..3ab6e10c8 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -18,7 +18,7 @@ read_globals = { "profiler", "Settings", - string = {fields = {"split"}}, + string = {fields = {"split", "trim"}}, table = {fields = {"copy", "getn", "indexof", "insert_all"}}, math = {fields = {"hypot"}}, } -- cgit v1.2.3