tests: Silence [luacheck] warnings

This commit is contained in:
Kim Alvefur 2019-12-23 21:33:10 +01:00
parent bc442f7e67
commit 8b1b7204f5
3 changed files with 14 additions and 0 deletions

View file

@ -544,6 +544,8 @@ describe("util.async", function()
assert.equal(r1.state, "ready");
end);
-- luacheck: ignore 211/rf
-- FIXME what's rf?
it("should support multiple done() calls", function ()
local processed_item;
local wait, done;