From b26dcbc69d56b6ac5780520dad47f10460127d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 17 Jan 2021 00:32:59 +0100 Subject: chore: Enforce ban-untagged-todo lint rule (#9135) --- std/http/file_server_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/http/file_server_test.ts') diff --git a/std/http/file_server_test.ts b/std/http/file_server_test.ts index beb0c830d..638121b45 100644 --- a/std/http/file_server_test.ts +++ b/std/http/file_server_test.ts @@ -201,7 +201,7 @@ Deno.test("serveDirectory", async function (): Promise { assert(page.includes("README.md")); // `Deno.FileInfo` is not completely compatible with Windows yet - // TODO: `mode` should work correctly in the future. + // TODO(bartlomieju): `mode` should work correctly in the future. // Correct this test case accordingly. Deno.build.os !== "windows" && assert(/(\s)*\([a-zA-Z-]{10}\)(\s)*<\/td>/.test(page)); -- cgit v1.2.3