1
0
mirror of https://github.com/HybridDog/connected_chests.git synced 2025-07-22 18:10:22 +02: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:
HybridDog
2024-08-17 11:05:03 +02:00
parent 12b8325896
commit 71a8a57ff1
2 changed files with 38 additions and 28 deletions

View File

@ -1,2 +1,2 @@
read_globals = {"minetest", "table", "default", "pipeworks"}
read_globals = {"minetest", "table", "vector", "default", "hopper", "pipeworks"}
globals = {"connected_chests"}