mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch
This commit is contained in:
parent
5c12f56a9e
commit
0207b2d785
2 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue