Changeset

6145:f267133c206f

luacheckrc: Add module.ready() (new in trunk)
author Kim Alvefur <zash@zash.se>
date Fri, 10 Jan 2025 12:35:48 +0100
parents 6144:1b36cfca6282
children 6146:dde2803f7678
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Fri Jan 10 12:35:21 2025 +0100
+++ b/.luacheckrc	Fri Jan 10 12:35:48 2025 +0100
@@ -84,6 +84,7 @@
 }
 globals = {
 	-- Methods that can be set on module API
+	"module.ready",
 	"module.unload",
 	"module.add_host",
 	"module.load",