docs: improve gocritic description (#1766)
This commit is contained in:
parent
25332f5f00
commit
ce3ff22a81
@ -33,7 +33,9 @@ func NewGocritic() *goanalysis.Linter {
|
|||||||
}
|
}
|
||||||
return goanalysis.NewLinter(
|
return goanalysis.NewLinter(
|
||||||
gocriticName,
|
gocriticName,
|
||||||
"The most opinionated Go source code linter",
|
`Provides many diagnostics that check for bugs, performance and style issues.
|
||||||
|
Extensible without recompilation through dynamic rules.
|
||||||
|
Dynamic rules are written declaratively with AST patterns, filters, report message and optional suggestion.`,
|
||||||
[]*analysis.Analyzer{analyzer},
|
[]*analysis.Analyzer{analyzer},
|
||||||
nil,
|
nil,
|
||||||
).WithContextSetter(func(lintCtx *linter.Context) {
|
).WithContextSetter(func(lintCtx *linter.Context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user