From dc80c46504718a166cb060d67310e57ab43a10b0 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Fri, 10 Jan 2025 12:34:29 +0100
Subject: [PATCH] luacheckrc: Add module.ready()

---
 .luacheckrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.luacheckrc b/.luacheckrc
index 84a522438..00fb61b03 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -116,6 +116,7 @@ files["plugins/"] = {
 	};
 	globals = {
 		-- Methods that can be set on module API
+		"module.ready",
 		"module.unload",
 		"module.add_host",
 		"module.load",