From a0cf540529cb55727c91b2d057a36e99888ad538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 16 Dec 2019 13:57:54 +0100 Subject: [PATCH] Remove the TODO to always include `hasRecTrack` in report.json Per https://github.com/w3c/validate-repos/pull/81#discussion_r358212606 --- validate.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validate.js b/validate.js index 41ebb5d2..77677bbc 100644 --- a/validate.js +++ b/validate.js @@ -81,8 +81,7 @@ async function validate() { groupRepos[gid].push({ name: r.name, fullName: fullName(r), - // Only include `hasRecTrack` in report.json if it's true. This is - // simply to match the original structure. TODO: include if false. + // Only include `hasRecTrack` in report.json if it's true. hasRecTrack: hasRecTrack ? true : undefined, }); }