Diff

net/connlisteners.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 7359:a5a080c12c96
child 8732:863f66cdd1df
line wrap: on
line diff
--- a/net/connlisteners.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/net/connlisteners.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -3,6 +3,7 @@
 local traceback = debug.traceback;
 
 local _ENV = nil;
+-- luacheck: std none
 
 local function fail()
 	log("error", "Attempt to use legacy connlisteners API. For more info see https://prosody.im/doc/developers/network");