From 0207b2d7858bf626f1720a93bd5eaadfb7dee7cc Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 17 Sep 2018 15:28:53 +0100 Subject: util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch --- .luacheckrc | 1 - spec/util_json_spec.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 26427906..e570529a 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -151,7 +151,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "spec/util_events_spec.lua"; "spec/util_http_spec.lua"; "spec/util_ip_spec.lua"; - "spec/util_json_spec.lua"; "spec/util_multitable_spec.lua"; "spec/util_rfc6724_spec.lua"; "spec/util_throttle_spec.lua"; diff --git a/spec/util_json_spec.lua b/spec/util_json_spec.lua index dc66c7ba..43360540 100644 --- a/spec/util_json_spec.lua +++ b/spec/util_json_spec.lua @@ -42,7 +42,7 @@ describe("util.json", function() local f = assert(io.open(path.."/"..name)); local content = assert(f:read("*a")); assert(f:close()); - if skip:find(name) then + if skip:find(name) then --luacheck: ignore 542 -- Skip elseif name:match("^pass") then valid_data[name] = content; -- cgit v1.2.3