projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad118ea
)
luacheck 0.19.0 complains about `unpack()`.
author
Auke Kok
<sofar@foo-projects.org>
Fri, 10 Mar 2017 19:48:44 +0000
(11:48 -0800)
committer
Auke Kok
<sofar+github@foo-projects.org>
Sun, 12 Mar 2017 02:38:56 +0000
(18:38 -0800)
.luacheckrc
patch
|
blob
|
history
diff --git
a/.luacheckrc
b/.luacheckrc
index 6f4fdd2cbf8a3046c500c24b6cc01088a1bbd07e..fe87fdce88209cfdc785bd1ca47708f2186a64b2 100644
(file)
--- a/
.luacheckrc
+++ b/
.luacheckrc
@@
-8,6
+8,7
@@
read_globals = {
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
+ "unpack",
-- Silence "accessing undefined field copy of global table".
table = { fields = { "copy" } }
}