Created by: burakcoskun
Bazel omits the part after colon in target names if that part is equal to the part after last slash. e.g. bazel converts //foo/bar:bar to //foo/bar Though both bazel and buck use Skylark, this creates confusion in some tools like https://github.com/bazelbuild/buildtools/tree/master/buildifier There has been a discussion going on https://github.com/bazelbuild/buildtools/pull/339