[CI] Add a check to detect tab in lua files (#3919)

This commit is contained in:
onde2rock
2018-04-29 15:15:11 +02:00
committed by Frans de Jonge
parent 0fc7a5ed6d
commit dad7f209fa
5 changed files with 19 additions and 12 deletions

View File

@@ -80,8 +80,8 @@ end
-- HTML quality) in a file named as the .ifo with a .lua
-- extension, containing for example:
-- return function(html)
-- html = html:gsub("<hr>", "<hr/>")
-- return html
-- html = html:gsub("<hr>", "<hr/>")
-- return html
-- end
local function getDictionaryFixHtmlFunc(path)
if lfs.attributes(path, "mode") == "file" then