We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3496e3 commit f6822d3Copy full SHA for f6822d3
pkg/lint/lintersdb/custom_linters.go
@@ -119,7 +119,7 @@ func (m *Manager) lookupAnalyzerPlugin(plug *plugin.Plugin) ([]*analysis.Analyze
119
return nil, err
120
}
121
122
- m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please the new plugin signature:" +
+ m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature:" +
123
"https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
124
125
analyzerPlugin, ok := symbol.(AnalyzerPlugin)
0 commit comments