From e6b0ecf2435c94405c08f5ffd7d595f0b75cc8a4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 29 Jun 2015 13:50:31 +0100 Subject: luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.) --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 3f147806..7ebc7af4 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -6,3 +6,7 @@ module = true unused_secondaries = false codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok" } + +files["plugins/"] = { + ignore = { "122/module" }; +} -- cgit v1.2.3