]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Add table.combine to luacheckrc 2021.03
authorElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 26 Mar 2021 13:10:18 +0000 (14:10 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 26 Mar 2021 13:10:18 +0000 (14:10 +0100)
.luacheckrc

index e010ab95c02452fa3b899acec52ef129920c0f94..7b7c4c4ac2db1ea72eff994a266e4c94b462c3bd 100644 (file)
@@ -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"}},
 }