diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
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"}}, } |