-
Couldn't load subscription status.
- Fork 185
feat (buck all targets) add option to specify a target such as //third-party/... #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
buildtools/buck/buck.go
Outdated
| if err != nil { | ||
| return transitiveDeps, err | ||
|
|
||
| allDependencies := []string{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ineffectual assignment to allDependencies (from ineffassign)
buildtools/buck/buck.go
Outdated
| deps, err := cmdAudit(b.Cmd, "dependencies", b.Target) | ||
| if err != nil { | ||
| return imports, err | ||
| directDeps := []string{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ineffectual assignment to directDeps (from ineffassign)
06c083f to
cf4819c
Compare
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 45.84% 46.28% +0.43%
==========================================
Files 81 81
Lines 4234 4291 +57
==========================================
+ Hits 1941 1986 +45
- Misses 2110 2116 +6
- Partials 183 189 +6
Continue to review full report at Codecov.
|
Add an incremental feature to buck support to enable more accurate scanning.