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 b27c674 commit bb1ff3fCopy full SHA for bb1ff3f
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