Diff

util/template.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 8418:ad1e10c93b41
child 12975:d10957394a3c
line wrap: on
line diff
--- a/util/template.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/template.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -10,6 +10,7 @@
 local parse_xml = require "util.xml".parse;
 
 local _ENV = nil;
+-- luacheck: std none
 
 local function trim_xml(stanza)
 	for i=#stanza,1,-1 do