aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index a922bdea9..ca321d953 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", "round"}},
}