Skip to content

Commit 5e9a019

Browse files
alexandearpolyfloyd
authored andcommitted
docs: simplify documentation for errorlint analyzer
1 parent e59b2af commit 5e9a019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errorlint/analysis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func NewAnalyzer(opts ...Option) *analysis.Analyzer {
1717

1818
a := &analysis.Analyzer{
1919
Name: "errorlint",
20-
Doc: "Source code linter for Go software that can be used to find code that will cause problems with the error wrapping scheme introduced in Go 1.13.",
20+
Doc: "Linter for error wrapping issues.",
2121
Run: run,
2222
}
2323

0 commit comments

Comments
 (0)