Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: lllName, Doc: "Reports long lines", Run: func(pass *analysis.Pass) (any, error) { err := runLll(pass, &settings{ LineLength: 120, TabWidth: 1, }) if err != nil { return nil, err } return nil, nil }, }
Analyzer is the analyzer struct of lll.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.