luacheckrc: More module API fields
authorKim Alvefur <zash@zash.se>
Mon, 06 Mar 2017 01:04:53 +0100
changeset 2607 095f7f8ec545
parent 2606 324a6a3b730b
child 2608 08f2d2a61af8
luacheckrc: More module API fields
.luacheckrc
--- a/.luacheckrc	Mon Mar 06 00:53:01 2017 +0100
+++ b/.luacheckrc	Mon Mar 06 01:04:53 2017 +0100
@@ -12,6 +12,9 @@
 	"module.event_handlers",
 	"module.reloading",
 	"module.saved_state",
+	"module.environment",
+	"module.global",
+	"module.path",
 
 	-- Module API
 	"module.add_extension",