From 58ed4559d38fbad4b6e32bf72f761bc9849cc227 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 9 Mar 2018 19:23:19 +0100 Subject: luacheckrc: Restore module semantics, but only for plugins (ignores some globals) --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 7a72a385..c51cdfe5 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -22,6 +22,7 @@ files["util/"] = { max_comment_line_length = false; } files["plugins/"] = { + module = true; read_globals = { -- Module instance "module.name", -- cgit v1.2.3