Update .luacheckrc

This commit is contained in:
luk3yx 2023-08-27 08:57:22 +12:00
parent 5ac492eefe
commit f43afb7613
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ globals = {
read_globals = {
string = {fields = {'split', 'trim'}},
table = {fields = {'copy'}}
table = {fields = {'copy', 'indexof'}}
}