From e373961a7c84878059c4eae9bc794e1557da2730 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