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 921a148 commit 53d429cCopy full SHA for 53d429c
pkg/lint/lintersdb/manager.go
@@ -269,7 +269,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
269
WithURL("https://github.com/alexkohler/prealloc"),
270
linter.NewConfig(golinters.NewScopelint()).
271
WithPresets(linter.PresetBugs).
272
- WithURL("https://github.com/kyoh86/scopelint"),
+ WithURL("https://github.com/kyoh86/scopelint").
273
+ Deprecated("The repository of the linter has been deprecated by the owner. Use 'exportloopref' instead."),
274
linter.NewConfig(golinters.NewGocritic()).
275
WithPresets(linter.PresetStyle).
276
WithLoadForGoAnalysis().
0 commit comments