Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "nolinter", Doc: "required by other analyzers to have access to source code comments matchin //nolint pattern", Run: run, ResultType: reflect.TypeOf([]NolintComment{}), }
Analyzer required by other analyzers to have access to source code comments matchin //nolint pattern.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.