Skip to content

Commit

Permalink
fix: missing since version for goconst
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 20, 2021
1 parent 37f7c40 commit ef0748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/manager.go
Expand Up @@ -226,7 +226,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithPresets(linter.PresetStyle).
WithURL("https://github.com/mibk/dupl"),
linter.NewConfig(golinters.NewGoconst()).
WithSince("").
WithSince("v1.0.0").
WithPresets(linter.PresetStyle).
WithURL("https://github.com/jgautheron/goconst"),
linter.NewConfig(golinters.NewDeadcode()).
Expand Down

0 comments on commit ef0748e

Please sign in to comment.