Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + type Analyzer struct + func NewAnalyzer(t analyzer.Type, version int, newScanner NewScanner, ...) (*Analyzer, error) + func (a *Analyzer) PostAnalyze(ctx context.Context, input analyzer.PostAnalysisInput) (*analyzer.AnalysisResult, error) + func (a *Analyzer) Required(filePath string, _ os.FileInfo) bool + func (a *Analyzer) Type() analyzer.Type + func (a *Analyzer) Version() int + type NewScanner func([]string, misconf.ScannerOption) (*misconf.Scanner, error)