Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzers = func() map[string]*analysis.Analyzer { m := make(map[string]*analysis.Analyzer) for _, analyzers := range [][]*lint.Analyzer{ quickfix.Analyzers, simple.Analyzers, staticcheck.Analyzers, stylecheck.Analyzers, {unused.Analyzer}, } { for _, a := range analyzers { m[a.Analyzer.Name] = a.Analyzer } } return m }()
Analyzers contains all staticcheck analyzer passes Copied from https://github.com/sluongng/nogo-analyzer/ under Apache 2.0
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.