Tools for development #67
-
I was wondering if you could share the tools used during development such as preprocessors etc. so that one could load this repo without drowning in errors and warnings? It would also be helpful to be able to track definitions of imported functions etc. I'm using vscode on Windows if that makes any difference. Thanks ♥ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, You need a specific Luacheck setup in order to lint this codebase : https://github.com/minetest-mods/i3/blob/main/util/luacheck.lua The preprocessor has been designed for my own use since it's a one-man-made project, thus it wasn't meant to be shared and I don't think much would be interested in it. Good luck ! |
Beta Was this translation helpful? Give feedback.
Hey,
You need a specific Luacheck setup in order to lint this codebase : https://github.com/minetest-mods/i3/blob/main/util/luacheck.lua
The preprocessor has been designed for my own use since it's a one-man-made project, thus it wasn't meant to be shared and I don't think much would be interested in it.
Good luck !