We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963ab2 commit abdd3f1Copy full SHA for abdd3f1
.luacheckrc
@@ -17,7 +17,7 @@ read_globals = {
17
"Settings",
18
"unpack",
19
-- Silence errors about custom table methods.
20
- table = { fields = { "copy", "indexof" } },
+ table = { fields = { "copy", "indexof", "insert_all" } },
21
-- Silence warnings about accessing undefined fields of global 'math'
22
math = { fields = { "sign" } }
23
}
0 commit comments