google / shipshape

Program analysis platform
Apache License 2.0
269 stars 35 forks source link

Support bazel in shipshape #73

Open ciera opened 9 years ago

ciera commented 9 years ago

Right now, we're only supporting maven builds. Kythe now also supports using bazel.

emsod commented 8 years ago

The extractor image we want to use lives here: https://github.com/google/kythe/tree/master/kythe/java/com/google/devtools/kythe/extractors/java/bazel

clconway commented 8 years ago

This is specifically about support Bazel builds for Shipshape analyses, right? And not for building Shipshape with Bazel?

clconway commented 8 years ago

By "support [for] Bazel builds for Shipshape analyses", I mean analyzing code built with Bazel, if that's not clear.

ciera commented 8 years ago

@clconway Correct, this is for making it possible to analyze codebases built with bazel.