diff options
Diffstat (limited to 'util/xml.lua')
-rw-r--r-- | util/xml.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/xml.lua b/util/xml.lua index ec06fb01..dac3f6fe 100644 --- a/util/xml.lua +++ b/util/xml.lua @@ -5,6 +5,7 @@ local t_insert = table.insert; local t_remove = table.remove; local _ENV = nil; +-- luacheck: std none local parse_xml = (function() local ns_prefixes = { |