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 9fc1e20 commit b8fa47fCopy full SHA for b8fa47f
pkg/lint/lintersdb/custom_linters.go
@@ -115,9 +115,6 @@ func (m *Manager) lookupAnalyzerPlugin(plug *plugin.Plugin) ([]*analysis.Analyze
115
return nil, err
116
}
117
118
- m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please use the new plugin signature: " +
119
- "https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
120
-
121
analyzerPlugin, ok := symbol.(AnalyzerPlugin)
122
if !ok {
123
return nil, fmt.Errorf("plugin does not abide by 'AnalyzerPlugin' interface: %T", symbol)
0 commit comments