Comparison

.luacheckrc @ 8677:369cde73a4d2

luacheckrc: Let luacheck know about the log and server globals
author Kim Alvefur <zash@zash.se>
date Fri, 23 Mar 2018 13:16:14 +0100
parent 8674:55807a2f5d23
child 8678:b86f789ac9bd
comparison
equal deleted inserted replaced
8676:39ab6a296419 8677:369cde73a4d2
7 7
8 read_globals = { 8 read_globals = {
9 "prosody", 9 "prosody",
10 "hosts", 10 "hosts",
11 "import", 11 "import",
12 "log",
13 "server",
12 }; 14 };
13 files["prosody"] = { 15 files["prosody"] = {
14 allow_defined_top = true; 16 allow_defined_top = true;
15 module = true; 17 module = true;
16 } 18 }