We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0075d commit 6ee59e5Copy full SHA for 6ee59e5
pkg/lint/lintersdb/manager.go
@@ -271,7 +271,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
271
WithURL("https://github.com/alexkohler/prealloc"),
272
linter.NewConfig(golinters.NewScopelint()).
273
WithPresets(linter.PresetBugs).
274
- WithURL("https://github.com/kyoh86/scopelint"),
+ WithURL("https://github.com/kyoh86/scopelint").
275
+ Deprecated("The repository of the linter has been deprecated by the owner. Use 'exportloopref' instead."),
276
linter.NewConfig(golinters.NewGocritic()).
277
WithPresets(linter.PresetStyle).
278
WithLoadForGoAnalysis().
0 commit comments