Polder Drift now works with any design system — including your in-house one. Point library_paths at a checkout of your DS repo (source-only monorepo workspaces work too), and generate the look-alike detection data straight from your DS's own source:
npx @usepolder/drift profile # writes .polder.profile.yml — review, prune, commitAlso in this release: PRs with 100+ changed files are now fully analysed, the CLI honours .polderignore and shows each finding's suppression id, every finding carries its source line, and scans are ~3× faster. All backward compatible — existing configs, suppression files, and @v1 workflows keep working unchanged.
What's Changed
- docs: add fetch-depth: 0 to the recommended workflow by @jongjesse in #9
- Five improvements: pagination, CLI suppression parity, detection profiles, finding lines, single parse by @jongjesse in #10
- Any design system: resolve exports from DS repos + auto-generate detection profiles by @jongjesse in #11
Full Changelog: v1...v1.1.0