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 37f7c40 commit ef0748eCopy full SHA for ef0748e
pkg/lint/lintersdb/manager.go
@@ -226,7 +226,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
226
WithPresets(linter.PresetStyle).
227
WithURL("https://github.com/mibk/dupl"),
228
linter.NewConfig(golinters.NewGoconst()).
229
- WithSince("").
+ WithSince("v1.0.0").
230
231
WithURL("https://github.com/jgautheron/goconst"),
232
linter.NewConfig(golinters.NewDeadcode()).
0 commit comments