From 9d2827c5b1e96cd5a86ebb7a873d66f233e502b1 Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Sat, 9 Jul 2016 10:17:00 +0800 Subject: [PATCH] luacheckrc: make module a global in plugins/ --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 0da4a0e7..90d2e273 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,7 +8,7 @@ codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } files["plugins/"] = { - ignore = { "122/module" }; + globals = { "module" }; } files["tests/"] = { read_globals = { -- 2.30.2