Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Unused Deps

unused_deps is a command line tool to determine any unused dependencies in java_library rules. targets. It outputs buildozer commands to apply the suggested prunings.

Installation

Build a binary and put it into your $GOPATH/bin:

go get github.com/bazelbuild/buildtools/unused_deps

Usage

unused_deps TARGET...

Here, TARGET is a space-separated list of Bazel labels, with support for :all and ...