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 | 6f6e04b6c6c9e934d2837c353aeccb0617c414e9 (patch) | |
tree | 7585b75ad1740357ef855817776e3153df1c445f /.luacheckrc | |
parent | ecf466762645c971f0205582d84481474caa1c4e (diff) | |
download | prosody-6f6e04b6c6c9e934d2837c353aeccb0617c414e9.tar.gz prosody-6f6e04b6c6c9e934d2837c353aeccb0617c414e9.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; |