From 9409b787dc7d6602836f43eeafee772b79afe6a4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 10 Dec 2015 17:58:52 +0000 Subject: .luacheckrc: Whitelist import() global function --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacheckrc') 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 -- cgit v1.2.3