Documentation
¶
Overview ¶
Package analyzer implements the linting logic of the no shared parameter type linter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "nosharedparamtype",
Doc: "enforces explicit type declarations for all function parameters",
Run: run,
}
Analyzer reports shared parameter type declarations.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.