# HG changeset patch # User Kim Alvefur # Date 1457718768 -3600 # Node ID a435db77a5e5a804291049cd7b61516e764aa628 # Parent edec9de0220a2ad4720e4810e000b55fe5c5bbcd mod_firewall: Silence warning about empty if branch [luacheck] diff -r edec9de0220a -r a435db77a5e5 mod_firewall/mod_firewall.lua --- a/mod_firewall/mod_firewall.lua Fri Mar 11 18:52:36 2016 +0100 +++ b/mod_firewall/mod_firewall.lua Fri Mar 11 18:52:48 2016 +0100 @@ -164,7 +164,7 @@ end line_no = line_no + 1; - if line_hold or line:find("^[#;]") then + if line_hold or line:find("^[#;]") then -- luacheck: ignore 542 -- No action; comment or partial line elseif line == "" then if state == "rules" then