Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer reports cyclomatic complexity, function size, parameter count, flag arguments, and magic numbers in Go functions.
func NewAnalyzer ¶
func NewAnalyzer() *Analyzer
NewAnalyzer creates a complexity analyzer with default thresholds.
Click to show internal directories.
Click to hide internal directories.