Skip to content

Commit ef0748e

Browse files
committed
fix: missing since version for goconst
1 parent 37f7c40 commit ef0748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
226226
WithPresets(linter.PresetStyle).
227227
WithURL("https://github.com/mibk/dupl"),
228228
linter.NewConfig(golinters.NewGoconst()).
229-
WithSince("").
229+
WithSince("v1.0.0").
230230
WithPresets(linter.PresetStyle).
231231
WithURL("https://github.com/jgautheron/goconst"),
232232
linter.NewConfig(golinters.NewDeadcode()).

0 commit comments

Comments
 (0)