aboutsummaryrefslogtreecommitdiffstats
path: root/util/stanza.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-02-28 20:06:26 +0100
committerKim Alvefur <zash@zash.se>2018-02-28 20:06:26 +0100
commit146acdbd338c1e2c2523b720cd1b93a7db1476eb (patch)
tree0f24fe5bf868191f9e33931f28c9db16e098d2bb /util/stanza.lua
parent5a20cd359acf20247d9c2e4168bbe65253dbcce9 (diff)
downloadprosody-146acdbd338c1e2c2523b720cd1b93a7db1476eb.tar.gz
prosody-146acdbd338c1e2c2523b720cd1b93a7db1476eb.zip
vairious: Add annotation when an empty environment is set [luacheck]
Diffstat (limited to 'util/stanza.lua')
-rw-r--r--util/stanza.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stanza.lua b/util/stanza.lua
index 42b6abc3..a593a49b 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -37,6 +37,7 @@ end
local xmlns_stanzas = "urn:ietf:params:xml:ns:xmpp-stanzas";
local _ENV = nil;
+-- luacheck: std none
local stanza_mt = { __name = "stanza" };
stanza_mt.__index = stanza_mt;