Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed report, @luca-nicola! This was a real bug affecting all baseline users in CI.

Root cause: baseline keys stored absolute file paths (e.g., /Users/luca/translated/tos-dashboard/src/ui/btn.ts). When loaded on a different machine (CI runner at /home/runner/work/...), no keys matched, so the baseline had zero effect.

Fix: all baseline keys now use relative paths (e.g., src/ui/btn.ts), making baselines portable across machines. This affects all issue types (unused files, exports, boundary violations, etc.), not just boundary violations.

Additional improvements shipped alongside:

  • A warning now appears when a baseline loads but matches 0 issues, suggesting you re-save
  • JSO…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BartWaardenburg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants