From 51b193594f84daa97e53c05124b7bb30d9e74fbd Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 23 Mar 2018 13:18:28 +0100 Subject: luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck] --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index e8b3a5a4..cdaeeb36 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -16,6 +16,10 @@ files["prosody"] = { allow_defined_top = true; module = true; } +files["prosodyctl"] = { + allow_defined_top = true; + module = true; +}; files["core/"] = { globals = { "prosody.hosts.?", -- cgit v1.2.3