contextcheck: disable linter (#3050)
This commit is contained in:
parent
0ba1388a41
commit
6313fa9a67
@ -300,7 +300,8 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
|
|||||||
WithSince("v1.43.0").
|
WithSince("v1.43.0").
|
||||||
WithPresets(linter.PresetBugs).
|
WithPresets(linter.PresetBugs).
|
||||||
WithLoadForGoAnalysis().
|
WithLoadForGoAnalysis().
|
||||||
WithURL("https://github.com/sylvia7788/contextcheck"),
|
WithURL("https://github.com/sylvia7788/contextcheck").
|
||||||
|
WithNoopFallback(m.cfg),
|
||||||
|
|
||||||
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
|
linter.NewConfig(golinters.NewCyclop(cyclopCfg)).
|
||||||
WithSince("v1.37.0").
|
WithSince("v1.37.0").
|
||||||
|
Loading…
x
Reference in New Issue
Block a user