Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limit bazel-diff to ingnore checking external modules #200

Open
SeasonChains opened this issue Jan 15, 2024 · 1 comment
Open

limit bazel-diff to ingnore checking external modules #200

SeasonChains opened this issue Jan 15, 2024 · 1 comment

Comments

@SeasonChains
Copy link

bazel:diff -- generate-hashes --bazelCommandOptions='//... //...' --includeTargetType -w ** -v
I am trying to limit external modules from bieng checked when running bazel diff . So that generate hashes are for all the other modules but external. However couldn't find a good way to achieve tis, how the query can be passed to the bazel-diff.

@tinder-maxwellelliott
Copy link
Collaborator

This should be possible with some simple filtering in the kotlin code, maybe looking at a workspace/repo name value for a target and filtering out non-matches

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

No branches or pull requests

2 participants