Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = SCAnalyzer.Analyzer
View Source
var SCAnalyzer = lint.InitializeAnalyzer(&lint.Analyzer{ Analyzer: &analysis.Analyzer{ Name: "ST1003", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer, generated.Analyzer, config.Analyzer}, }, Doc: &lint.RawDocumentation{ Title: `Poorly chosen identifier`, Text: `Identifiers, such as variable and package names, follow certain rules. See the following links for details: - https://go.dev/doc/effective_go#package-names - https://go.dev/doc/effective_go#mixed-caps - https://go.dev/wiki/CodeReviewComments#initialisms - https://go.dev/wiki/CodeReviewComments#variable-names`, Since: "2019.1", NonDefault: true, Options: []string{"initialisms"}, MergeIf: lint.MergeIfAny, }, })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.