largefunc

package
v0.74.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL