Tinder / bazel-diff

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building
Other
405 stars 60 forks source link

feat: Add flag to exclude external targets #246

Closed honnix closed 1 month ago

honnix commented 1 month ago

Closes #236

This PR adds a new flag --[no--]excludeExternalTargets that aims to support --noenable_workspace Bazel flag. This flag defaults to false so should be backward compatible.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

meteorcloudy commented 1 month ago

Thanks for the fix, can you make a new release?