Documentation ¶
Overview ¶
Package okbuck implements the analyzer for OkBuck. https://github.com/uber/okbuck.
A `BuildTarget` in OkBuck is defined as a Build Target by OkBuck which is in in the format of `//src/build:target`. OkBuck defines this as a string used to identify a Build Rule.
This package is implemented by externally calling the `okbuck` build tool.
FAQ ¶
1. Why is analyzing manifest files not a supported strategy as it is for other tools?
`.buckconfig` can be used to discover cells but the `repository` field which defines cells is not required . `BUCK` files are written in Skylark (a dialect of Python) and are impossible to statically analyze. `buck audit` provides json formatted data for dependency and input information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.