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 8e76bd2 commit bd487e7Copy full SHA for bd487e7
pkg/lint/lintersdb/manager.go
@@ -533,7 +533,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
533
WithPresets(linter.PresetBugs).
534
WithLoadForGoAnalysis().
535
WithURL("https://github.com/sylvia7788/contextcheck").
536
- WithSince("v1.0.0"),
+ WithSince("v1.43.0"),
537
538
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
539
linter.NewConfig(golinters.NewNoLintLint()).
0 commit comments