We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286921 commit 43c3b76Copy full SHA for 43c3b76
pkg/lint/lintersdb/manager.go
@@ -526,7 +526,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
526
WithPresets(linter.PresetBugs).
527
WithLoadForGoAnalysis().
528
WithURL("https://github.com/sylvia7788/contextcheck").
529
- WithSince("v1.0.0"),
+ WithSince("v1.43.0"),
530
531
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
532
linter.NewConfig(golinters.NewNoLintLint()).
0 commit comments