Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down