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 = &analysis.Analyzer{ Name: "largefunc", Doc: "reports functions whose body exceeds the line limit (default 60 lines)", URL: "https://github.com/github/gh-aw/tree/main/pkg/linters/largefunc", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: 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.