contextcheck: disable linter (#3050)

This commit is contained in:
Ludovic Fernandez 2022-08-03 19:44:19 +02:00 committed by GitHub
parent 0ba1388a41
commit 6313fa9a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithSince("v1.43.0").
WithPresets(linter.PresetBugs).
WithLoadForGoAnalysis().
WithURL("https://github.com/sylvia7788/contextcheck"),
WithURL("https://github.com/sylvia7788/contextcheck").
WithNoopFallback(m.cfg),
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
WithSince("v1.37.0").