mirror of
https://github.com/HybridDog/connected_chests.git
synced 2025-11-22 08:15:46 +01:00
Fix luacheck linting
luacheck currently fails because of missing globals and exceeding line length. To fix this, I add vector and hopper to the globals, add more line breaks in the code and remove outdated comments.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
read_globals = {"minetest", "table", "default", "pipeworks"}
|
||||
read_globals = {"minetest", "table", "vector", "default", "hopper", "pipeworks"}
|
||||
globals = {"connected_chests"}
|
||||
|
||||
Reference in New Issue
Block a user