Skip to content

Commit

Permalink
basic functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
zlav committed Nov 28, 2018
1 parent 7005a1e commit eb4bc12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
28 changes: 0 additions & 28 deletions buildtools/buckaudit/auditJSON.json

This file was deleted.

1 change: 0 additions & 1 deletion buildtools/buckaudit/buckaudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type buckOutput struct {
// Deps returns the dependencies of a Buck project using the buck audit command
func Deps(name string) (graph.Deps, error) {
// Upload the dependencies.
name = "//src/com/facebook/buck/jvm/java/lang/model:model"
locatorMap, err := uploadDeps(name)
if err != nil {
return graph.Deps{}, nil
Expand Down
49 changes: 0 additions & 49 deletions buildtools/buckaudit/buckaudit_test.go

This file was deleted.

0 comments on commit eb4bc12

Please sign in to comment.