Skip to content

Commit

Permalink
go1.19 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 1, 2022
1 parent 4500707 commit 145fcf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/golinters/staticcheck_common.go
Expand Up @@ -98,6 +98,7 @@ func staticCheckConfig(settings *config.StaticCheckSettings) *scconfig.Config {
}

// https://github.com/dominikh/go-tools/blob/9bf17c0388a65710524ba04c2d821469e639fdc2/lintcmd/lint.go#L437-L477
//
//nolint:gocritic // Keep the original source code.
func filterAnalyzerNames(analyzers []string, checks []string) map[string]bool {
allowedChecks := map[string]bool{}
Expand Down

0 comments on commit 145fcf1

Please sign in to comment.