You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m.log.Warnf("plugin: 'AnalyzerPlugin' plugins are deprecated, please the new plugin signature: https://golangci-lint.run/contributing/new-linters/#create-a-plugin")
123
+
122
124
analyzerPlugin, ok:=symbol.(AnalyzerPlugin)
123
125
if!ok {
124
126
returnnil, fmt.Errorf("plugin does not abide by 'AnalyzerPlugin' interface: %T", symbol)
0 commit comments