Comparison

.luacheckrc @ 8678:b86f789ac9bd

luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 23 Mar 2018 13:18:28 +0100
parent 8677:369cde73a4d2
child 8710:ed3dcbc5336f
comparison
equal deleted inserted replaced
8677:369cde73a4d2 8678:b86f789ac9bd
14 }; 14 };
15 files["prosody"] = { 15 files["prosody"] = {
16 allow_defined_top = true; 16 allow_defined_top = true;
17 module = true; 17 module = true;
18 } 18 }
19 files["prosodyctl"] = {
20 allow_defined_top = true;
21 module = true;
22 };
19 files["core/"] = { 23 files["core/"] = {
20 globals = { 24 globals = {
21 "prosody.hosts.?", 25 "prosody.hosts.?",
22 "hosts.?", 26 "hosts.?",
23 }; 27 };