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:
e6d0d77
)
Fix .luacheckrc (missing Settings class)
author
Ekdohibs
<nathanael.courant@laposte.net>
Tue, 11 Apr 2017 14:28:26 +0000
(16:28 +0200)
committer
Ekdohibs
<nathanael.courant@laposte.net>
Tue, 11 Apr 2017 14:53:38 +0000
(16:53 +0200)
.luacheckrc
patch
|
blob
|
history
diff --git
a/.luacheckrc
b/.luacheckrc
index fe87fdce88209cfdc785bd1ca47708f2186a64b2..3c7ec693569c305163c7f3938ed902a78b3b4d63 100644
(file)
--- a/
.luacheckrc
+++ b/
.luacheckrc
@@
-8,6
+8,7
@@
read_globals = {
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
+ "Settings",
"unpack",
-- Silence "accessing undefined field copy of global table".
table = { fields = { "copy" } }