Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "go-manifest", Requires: []*analysis.Analyzer{archive.Analyzer, sourcecode.Analyzer, metadata.Analyzer}, Run: run, Rules: []*analysis.Rule{noGoManifest, invalidGoManifest, goManifestIssue}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Go Manifest", Description: "Validates the build manifest.", }, }
Functions ¶
This section is empty.
Types ¶
type ManifestIssue ¶ added in v0.16.1
type ManifestIssue struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.