Diff

util/dataforms.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 8255:d70d4c1ac17a
child 8863:64fa8d80c09f
line wrap: on
line diff
--- a/util/dataforms.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/dataforms.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -14,6 +14,7 @@
 local jid_prep = require "util.jid".prep;
 
 local _ENV = nil;
+-- luacheck: std none
 
 local xmlns_forms = 'jabber:x:data';