bazel-diff icon indicating copy to clipboard operation
bazel-diff copied to clipboard

limit bazel-diff to ingnore checking external modules

Open SeasonChains opened this issue 1 year ago • 1 comments

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.

SeasonChains avatar Jan 15 '24 07:01 SeasonChains