Skip to content

Commit ce3ff22

Browse files
docs: improve gocritic description (#1766)
1 parent 25332f5 commit ce3ff22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/golinters/gocritic.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ func NewGocritic() *goanalysis.Linter {
3333
}
3434
return goanalysis.NewLinter(
3535
gocriticName,
36-
"The most opinionated Go source code linter",
36+
`Provides many diagnostics that check for bugs, performance and style issues.
37+
Extensible without recompilation through dynamic rules.
38+
Dynamic rules are written declaratively with AST patterns, filters, report message and optional suggestion.`,
3739
[]*analysis.Analyzer{analyzer},
3840
nil,
3941
).WithContextSetter(func(lintCtx *linter.Context) {

0 commit comments

Comments
 (0)