mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
contextcheck: disable linter (#3050)
This commit is contained in:
parent
0ba1388a41
commit
6313fa9a67
1 changed files with 2 additions and 1 deletions
|
@ -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").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue