From 18725f8226741b4520d9a88dffa689e8fdf8e6aa Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 10 Dec 2015 17:58:52 +0000 Subject: [PATCH] .luacheckrc: Whitelist import() global function --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index bcce1155..590f9c37 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,5 +1,5 @@ cache = true -read_globals = { "prosody", "hosts" } +read_globals = { "prosody", "hosts", "import" } globals = { "_M" } allow_defined_top = true module = true -- 2.30.2