1
0
镜像自地址 https://github.com/HybridDog/connected_chests.git 已同步 2025-11-13 20:05:26 +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 行
112 B
Lua

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