diff options
author | Auke Kok <sofar@foo-projects.org> | 2017-03-31 22:14:27 -0700 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2017-03-31 22:14:27 -0700 |
commit | 2b1bb378e5bf321ca0ae35a6fe73ea3713045d05 (patch) | |
tree | b5b299d3d9219469b81385bcdb9b91a1af3f696f /.luacheckrc | |
parent | e8319809a7cf57dc7ed90b4d2fe1927e1f6f1a16 (diff) |
Luacheck fixes.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index fbf3483..15eed66 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -10,5 +10,6 @@ read_globals = { "PseudoRandom", "ItemStack", "intllib", "default", + table = { fields = { "copy", "getn" } } } |