changeset 2603:095f7f8ec545

luacheckrc: More module API fields
author Kim Alvefur <zash@zash.se>
date Mon, 06 Mar 2017 01:04:53 +0100
parents 324a6a3b730b
children 08f2d2a61af8
files .luacheckrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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",