Skip to content

Commit

Permalink
fixup! fixup! linter: add gostrconv
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Mar 22, 2023
1 parent 9a5129f commit 0293d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithURL("https://github.com/jirfag/go-printf-func-name"),

linter.NewConfig(golinters.NewGoStrconv()).
WithSince("v1.52.0").
WithSince("v1.53.0").
WithPresets(linter.PresetStyle).
WithURL("https://github.com/catenacyber/gostrconv"),

Expand Down

0 comments on commit 0293d3c

Please sign in to comment.