.luacheckrc
changeset 2602 d9022fe9749c
parent 2601 805fa6ca062b
child 2607 095f7f8ec545
--- a/.luacheckrc	Mon Mar 06 00:43:06 2017 +0100
+++ b/.luacheckrc	Mon Mar 06 00:43:22 2017 +0100
@@ -4,6 +4,15 @@
 	"hosts",
 	"import",
 
+	-- Module instance
+	"module.name",
+	"module.host",
+	"module._log",
+	"module.log",
+	"module.event_handlers",
+	"module.reloading",
+	"module.saved_state",
+
 	-- Module API
 	"module.add_extension",
 	"module.add_feature",