Skip to content

Commit

Permalink
fix: remove structcheck from the default linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jul 21, 2022
1 parent f9ae82a commit a2fe82e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lint/lintersdb/manager.go
Expand Up @@ -815,7 +815,6 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
golinters.NewStaticcheck(staticcheckCfg).Name(): true,
golinters.NewUnused(unusedCfg).Name(): true,
golinters.NewGosimple(gosimpleCfg).Name(): true,
golinters.NewStructcheck(structcheckCfg).Name(): true,
golinters.NewVarcheck(varcheckCfg).Name(): true,
golinters.NewIneffassign().Name(): true,
golinters.NewDeadcode().Name(): true,
Expand Down

0 comments on commit a2fe82e

Please sign in to comment.