Comparison

.luacheckrc @ 8727:285075a27f28

luacheckrc: No longer ignore use of the global 'server' (net.server)
author Kim Alvefur <zash@zash.se>
date Thu, 05 Apr 2018 19:37:32 +0200
parent 8716:2f3b08ad9b8a
child 8799:7324a2fe755a
comparison
equal deleted inserted replaced
8726:fbb6751dbe85 8727:285075a27f28
6 max_line_length = 150 6 max_line_length = 150
7 7
8 read_globals = { 8 read_globals = {
9 "prosody", 9 "prosody",
10 "import", 10 "import",
11 "server",
12 }; 11 };
13 files["prosody"] = { 12 files["prosody"] = {
14 allow_defined_top = true; 13 allow_defined_top = true;
15 module = true; 14 module = true;
16 } 15 }