luacheckrc: Add module.ready()

This commit is contained in:
Kim Alvefur 2025-01-10 12:34:29 +01:00
parent dadd754f74
commit dc80c46504

View file

@ -116,6 +116,7 @@ files["plugins/"] = {
};
globals = {
-- Methods that can be set on module API
"module.ready",
"module.unload",
"module.add_host",
"module.load",