Diff

spec/util_async_spec.lua @ 10541:6c6ff4509082

tests: Silence [luacheck] warnings
author Kim Alvefur <zash@zash.se>
date Mon, 23 Dec 2019 21:33:10 +0100
parent 8683:867ac771fb6e
child 11961:542a9a503073
line wrap: on
line diff
--- a/spec/util_async_spec.lua	Mon Dec 23 21:29:34 2019 +0100
+++ b/spec/util_async_spec.lua	Mon Dec 23 21:33:10 2019 +0100
@@ -544,6 +544,8 @@
 			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;