Documentation ¶
Overview ¶
Package why contains the necessary logic for the why linter. The why linter ensures that all nolint directives contain a followup // Why: ... statement after the nolint as well as no naked nolint directives exist (//nolint as opposed to //nolint:specificLinter).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = analysis.Analyzer{
Name: name,
Doc: doc,
Run: why,
}
Analyzer exports the why analyzer (linter).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.