From f43afb7613269383f11b8ef9f43104469d5b2a76 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sun, 27 Aug 2023 08:57:22 +1200 Subject: [PATCH] Update .luacheckrc --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 429c27e..f4896d6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,5 +8,5 @@ globals = { read_globals = { string = {fields = {'split', 'trim'}}, - table = {fields = {'copy'}} + table = {fields = {'copy', 'indexof'}} }