Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "todo",
Doc: "finds todos without author",
Run: run,
}
Functions ¶
Types ¶
type MySettings ¶ added in v0.2.1
type PluginExample ¶
type PluginExample struct {
// contains filtered or unexported fields
}
func (*PluginExample) BuildAnalyzers ¶
func (f *PluginExample) BuildAnalyzers() ([]*analysis.Analyzer, error)
func (*PluginExample) GetLoadMode ¶
func (f *PluginExample) GetLoadMode() string
Click to show internal directories.
Click to hide internal directories.