Comparison

.luacheckrc @ 8710:ed3dcbc5336f

luacheckrc: Remove allowance for the global log() since it may not exist as early as before
author Kim Alvefur <zash@zash.se>
date Thu, 05 Apr 2018 15:56:47 +0200
parent 8678:b86f789ac9bd
child 8716:2f3b08ad9b8a
comparison
equal deleted inserted replaced
8709:3521ff896831 8710:ed3dcbc5336f
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 "server",
14 }; 13 };
15 files["prosody"] = { 14 files["prosody"] = {
16 allow_defined_top = true; 15 allow_defined_top = true;
17 module = true; 16 module = true;