Documentation
¶
Overview ¶
Package internal provides a linter to ensure that all //nolint directives are followed by explanations
Index ¶
Constants ¶
View Source
const LinterName = "nolintlint"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linter ¶
type Linter struct {
// contains filtered or unexported fields
}
type Needs ¶
type Needs uint
const ( NeedsMachineOnly Needs = 1 << iota NeedsSpecific NeedsExplanation NeedsUnused NeedsAll = NeedsMachineOnly | NeedsSpecific | NeedsExplanation )
Click to show internal directories.
Click to hide internal directories.