Skip to content

Commit 6cc71f0

Browse files
AlwxSinldez
authored andcommitted
fix SinceVersion for noinlineerr linter
1 parent 4ef093f commit 6cc71f0

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
@@ -513,7 +513,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
513513
WithURL("https://github.com/sonatard/noctx"),
514514

515515
linter.NewConfig(noinlineerr.New()).
516-
WithSince("v2.2.80").
516+
WithSince("v2.2.0").
517517
WithLoadForGoAnalysis().
518518
WithURL("https://github.com/AlwxSin/noinlineerr"),
519519

0 commit comments

Comments
 (0)