Skip to content

Commit 8642e35

Browse files
committed
review
1 parent 378901b commit 8642e35

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
@@ -137,7 +137,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
137137
// When a new linter is added the version in `WithSince(...)` must be the next minor version of golangci-lint.
138138
return []*linter.Config{
139139
linter.NewConfig(arangolint.New()).
140-
WithSince("v2.1.0").
140+
WithSince("v2.2.0").
141141
WithLoadForGoAnalysis().
142142
WithURL("https://github.com/Crocmagnon/arangolint"),
143143

0 commit comments

Comments
 (0)