util.template: Silence luacheck warnings about unused loop vars
authorKim Alvefur <zash@zash.se>
Thu, 25 Feb 2016 21:31:13 +0000 (22:31 +0100)
committerKim Alvefur <zash@zash.se>
Thu, 25 Feb 2016 21:31:13 +0000 (22:31 +0100)
util/template.lua

index a26dd7ca6109eed096b4d307de5ef770a439bf48..f72c4ede4aa4502e8ce219f65be5c7c1973dd1c2 100644 (file)
@@ -1,4 +1,4 @@
-
+-- luacheck: ignore 213/i
 local stanza_mt = require "util.stanza".stanza_mt;
 local setmetatable = setmetatable;
 local pairs = pairs;