Skip to content

Commit 145fcf1

Browse files
committed
go1.19 fmt
1 parent 4500707 commit 145fcf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/golinters/staticcheck_common.go

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func staticCheckConfig(settings *config.StaticCheckSettings) *scconfig.Config {
9898
}
9999

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

0 commit comments

Comments
 (0)