 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckParams ¶ added in v0.12.0
type Diagnostic ¶
type Pass ¶
type Pass struct {
	AnalyzerName string
	RootDir      string
	CheckParams  CheckParams
	ResultOf     map[*Analyzer]interface{}
	Report       func(string, Diagnostic)
}
    type ReadmeInfo ¶ added in v0.20.1
type TestReporter ¶
type TestReporter struct {
	ReportFunc func(d Diagnostic)
	Invoked    bool
}
    func (*TestReporter) Report ¶
func (r *TestReporter) Report(d Diagnostic)
 Click to show internal directories. 
   Click to hide internal directories.