add luacheck

This commit is contained in:
tour 2024-01-04 00:21:21 +01:00
parent 5dacf216bd
commit aa99f0719c

8
.luacheckrc Normal file
View File

@ -0,0 +1,8 @@
-- based on https://gitea.your-land.de/your-land/bugtracker/wiki/luacheck%2C-stylua%2C-pre-commit
std = "lua51+chat_formspec"
stds.chat_formspec = {
read_globals = {"minetest"},
globals = {"chat_formspec"}
}