We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hasRecTrack
1 parent 3f0959f commit a0cf540Copy full SHA for a0cf540
validate.js
@@ -81,8 +81,7 @@ async function validate() {
81
groupRepos[gid].push({
82
name: r.name,
83
fullName: fullName(r),
84
- // Only include `hasRecTrack` in report.json if it's true. This is
85
- // simply to match the original structure. TODO: include if false.
+ // Only include `hasRecTrack` in report.json if it's true.
86
hasRecTrack: hasRecTrack ? true : undefined,
87
});
88
}
0 commit comments