fix(config-lint): recognize fairnessAnalytics as a top-level field#8406
Conversation
parseFocusManifest already supports fairnessAnalytics; omitting it from TOP_LEVEL_FIELDS caused a false unknown-field lint warning. Closes JSONbored#8365
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8406 +/- ##
==========================================
- Coverage 92.42% 92.41% -0.01%
==========================================
Files 791 791
Lines 79250 79250
Branches 23946 23946
==========================================
- Hits 73243 73239 -4
Misses 4868 4868
- Partials 1139 1143 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-24 12:11:20 UTC
Review summary Nits — 2 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
`fairnessAnalytics` is parsed by `focus-manifest.ts` but was missing from `TOP_LEVEL_FIELDS` in `config-lint.ts`, producing a false "unknown top-level field" warning.
Closes #8365
Test plan
Made with Cursor