Skip to content

Commit f6822d3

Browse files
ldezbombsimon
andauthored
Update pkg/lint/lintersdb/custom_linters.go
Co-authored-by: Simon Sawert <[email protected]>
1 parent a3496e3 commit f6822d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/custom_linters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (m *Manager) lookupAnalyzerPlugin(plug *plugin.Plugin) ([]*analysis.Analyze
119119
return nil, err
120120
}
121121

122-
m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please the new plugin signature:" +
122+
m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature:" +
123123
"https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
124124

125125
analyzerPlugin, ok := symbol.(AnalyzerPlugin)

0 commit comments

Comments
 (0)