aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index e010ab95c..7b7c4c4ac 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -19,7 +19,7 @@ read_globals = {
"Settings",
string = {fields = {"split", "trim"}},
- table = {fields = {"copy", "getn", "indexof", "insert_all"}},
+ table = {fields = {"copy", "getn", "indexof", "insert_all", "combine"}},
math = {fields = {"hypot"}},
}