diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-05-01 23:01:15 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-05-01 23:01:15 +0200 |
commit | 575bc0c119f9aa61c5e24411ad46701c52e17a63 (patch) | |
tree | bb7ed72f9df910fbf07f8d587669ed2c819e63a0 /.luacheckrc | |
parent | 80c492fd23b3ac930d0786bd55c4e7e475fb26ce (diff) | |
download | elevator-575bc0c119f9aa61c5e24411ad46701c52e17a63.tar.gz elevator-575bc0c119f9aa61c5e24411ad46701c52e17a63.tar.bz2 elevator-575bc0c119f9aa61c5e24411ad46701c52e17a63.zip |
Improve luacheck, remove some unused variables
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index db7f279..67f13ed 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -15,10 +15,12 @@ read_globals = { -- Minetest "minetest", + "core", "vector", "VoxelManip", -- deps "default", "screwdriver", "farming", "armor", + "mcl_core", "mcl_sounds", } |