We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f71cc commit c7b0eadCopy full SHA for c7b0ead
pkg/lint/lintersdb/manager.go
@@ -859,7 +859,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
859
WithURL("https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/nolintlint/README.md"),
860
861
linter.NewConfig(golinters.NewVulncheck(vulncheckCfg)).
862
- WithSince("v1.49.0").
+ WithSince("v1.50.2").
863
WithPresets(linter.PresetModule).
864
WithURL("https://vuln.go.dev/"),
865
}
0 commit comments