mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
go1.20 support (#3414)
This commit is contained in:
parent
abe878d80d
commit
3a6f8408b7
14 changed files with 44 additions and 26 deletions
|
@ -453,8 +453,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
|
|||
|
||||
linter.NewConfig(golinters.NewGochecknoinits()).
|
||||
WithSince("v1.12.0").
|
||||
WithPresets(linter.PresetStyle).
|
||||
WithURL("https://github.com/leighmcculloch/gochecknoinits"),
|
||||
WithPresets(linter.PresetStyle),
|
||||
|
||||
linter.NewConfig(golinters.NewGocognit(gocognitCfg)).
|
||||
WithSince("v1.20.0").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue