aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_json_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_json_spec.lua')
-rw-r--r--spec/util_json_spec.lua2
1 files changed, 1 insertions, 1 deletions
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;