1
0
mirror of https://github.com/HybridDog/connected_chests.git synced 2024-11-17 19:28:15 +01:00
connected_chests/.luacheckrc
HybridDog 71a8a57ff1 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.
2024-08-17 11:05:08 +02:00

3 lines
112 B
Lua

read_globals = {"minetest", "table", "vector", "default", "hopper", "pipeworks"}
globals = {"connected_chests"}