fediauth/.luacheckrc

24 lines
324 B
Plaintext
Raw Normal View History

2023-01-28 11:04:14 +00:00
globals = {
2023-02-02 13:25:16 +00:00
"otp",
"minetest" = {
"registered_privileges"
}
2023-01-28 11:04:14 +00:00
}
read_globals = {
-- Stdlib
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest", "vector", "ItemStack",
"dump", "dump2",
"VoxelArea",
-- testing
"mtt"
}
2023-01-28 16:49:12 +00:00
files["qrencode.lua"] = {
ignore = {"631"}
}