Skip to content

Commit abdd3f1

Browse files
appgurueuimre84
authored andcommitted
Make Luacheck happy
1 parent f963ab2 commit abdd3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.luacheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ read_globals = {
1717
"Settings",
1818
"unpack",
1919
-- Silence errors about custom table methods.
20-
table = { fields = { "copy", "indexof" } },
20+
table = { fields = { "copy", "indexof", "insert_all" } },
2121
-- Silence warnings about accessing undefined fields of global 'math'
2222
math = { fields = { "sign" } }
2323
}

0 commit comments

Comments
 (0)