Skip to content

fix(diff-filter): ignore Anchor generated directory#114

Open
tolga-tom-nook wants to merge 1 commit into
Ghbounty:mainfrom
tolga-tom-nook:hermes/ghbounty-67-anchor-generated-dir
Open

fix(diff-filter): ignore Anchor generated directory#114
tolga-tom-nook wants to merge 1 commit into
Ghbounty:mainfrom
tolga-tom-nook:hermes/ghbounty-67-anchor-generated-dir

Conversation

@tolga-tom-nook
Copy link
Copy Markdown

Summary

  • Adds .anchor/ to the generated directory prefixes so Anchor build/test artifacts are ignored by the diff filter.
  • Covers both nested and top-level .anchor/ paths in classifyPath tests.

Validation

  • pnpm --filter @ghbounty/diff-filter test -- --run tests/classify.test.ts → 53 passed
  • pnpm --filter @ghbounty/diff-filter test → 70 passed
  • Commit hook ran full workspace checks:
    • pnpm -r typecheck passed
    • pnpm -r test passed

Fixes #67

@tolga-tom-nook tolga-tom-nook requested a review from tomazzi14 as a code owner May 25, 2026 03:46
@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

@tolga-tom-nook is attempting to deploy a commit to the weareghbounty-6269's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

diff-filter: ignore Anchor's .anchor/ generated directory

1 participant