1
0
镜像自地址 https://github.com/Uberi/Minetest-WorldEdit.git 已同步 2025-11-13 18:25:29 +01:00
提交图

4 次代码提交

作者 SHA1 备注 提交日期
Imre Péntek
a6f68ed4e7 luacheck vs dump 2024-04-05 14:16:48 +02:00
HybridDog
689ff90a78 Remove unused variables and assignments 2023-06-19 18:24:31 +02:00
HybridDog
79e5e64c44 luacheck: Reduce the number of ignored codes
After the recent changes, luacheck can be configured to be more strict now, for example to check for inconsistent indentation and undefined variables.
2023-06-10 11:38:23 +02:00
HybridDog
eff01bc8e7 Add code linting with luacheck (#221)
With luacheck mistakes in Lua code can be found, e.g. the use of undefined variables, and the code style can be checked.
workflow by @Panquesito7
2023-06-09 19:48:46 +02:00