diff options
author | Kim Alvefur <zash@zash.se> | 2018-04-05 19:37:32 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-04-05 19:37:32 +0200 |
commit | 78c3f2328fd098579c036a5fc8b0cb5bf6fdc633 (patch) | |
tree | 7585b75ad1740357ef855817776e3153df1c445f /.luacheckrc | |
parent | f5d695c1513f83731fac154c397b602fa121a770 (diff) | |
download | prosody-78c3f2328fd098579c036a5fc8b0cb5bf6fdc633.tar.gz prosody-78c3f2328fd098579c036a5fc8b0cb5bf6fdc633.zip |
luacheckrc: No longer ignore use of the global 'server' (net.server)
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 44019c81..a5194be1 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -8,7 +8,6 @@ max_line_length = 150 read_globals = { "prosody", "import", - "server", }; files["prosody"] = { allow_defined_top = true; |