commit | 3659796e5a3447ac53e0bc0be2c58328a579b2c1 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Wed Jan 15 08:07:34 2025 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Wed Jan 15 13:28:24 2025 -0800 |
tree | 3c31364b971b6b498df14a07e70964ce795f8bf8 | |
parent | 9cf618b2c4292bb6ab25bb4db184b4c9b117c3ce [diff] |
analysis: option to skip dependencies Add an option to the analysis system that skips the downloading of a module's dependencies. The module is still unzipped, but the analysis program that is run on it won't be able to get type information, and in fact cannot use the analysis framework at all, since that assumes types. However, if the program only needs the module's source, for example to match regular expressions, then it can run much faster. Change-Id: I54902804c4578a20940786cb28eced4dc6594a0d Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/642876 Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository contains code that enables collecting and evaluating metrics for the Go ecosystem.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.