Skip to content

Commit 74ca9fe

Browse files
committed
newlinter: updating to next minor version
1 parent 59190f5 commit 74ca9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
337337
WithURL("https://github.com/mvdan/gofumpt"),
338338

339339
linter.NewConfig(gofuncor.New(&cfg.Linters.Settings.GoFuncOr)).
340-
WithSince("v2.0.2").
340+
WithSince("v2.1.0").
341341
WithAutoFix().
342342
WithURL("https://github.com/manuelarte/gofuncor"),
343343

0 commit comments

Comments
 (0)