You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now bazel-diff outputs both modified rule targets (e.g. //dir1/dir2:file1_test) and modified file targets (e.g. //dir1/dir2:file1_test.py). Would it be possible to provide an option for bazel-diff to only output modified rule targets? Unlike file targets, rule targets can have Bazel tags that we would like to use.