Documentation
¶
Overview ¶
Package largefunc implements a Go analysis linter that flags functions whose body exceeds a configurable line threshold.
Index ¶
Constants ¶
View Source
const DefaultMaxLines = 60
DefaultMaxLines is the default maximum number of lines allowed in a function body.
Variables ¶
View Source
var Analyzer = analyzerutil.New("largefunc", "reports functions whose body exceeds the line limit (default 60 lines)", run)
Analyzer is the large-function analysis pass.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.