Is there a Bazel equivalent of include what you use? I'm looking for a tool that will eliminate false dependencies in a Bazel build by removing dependencies from BUILD
files and checking if the project still builds.
Is there any reason this approach wouldn't work?