Changeset

8573:85e51205eef7

luacheckrc: Restore module semantics, but only for plugins (ignores some globals)
author Kim Alvefur <zash@zash.se>
date Fri, 09 Mar 2018 19:23:19 +0100
parents 8572:ce1737520943
children 8574:f89d8ec48d86
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Fri Mar 09 19:16:18 2018 +0100
+++ b/.luacheckrc	Fri Mar 09 19:23:19 2018 +0100
@@ -22,6 +22,7 @@
 	max_comment_line_length = false;
 }
 files["plugins/"] = {
+	module = true;
 	read_globals = {
 		-- Module instance
 		"module.name",