From 145fcf17880c94cea1c01c3268ca1d557daf94fc Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 1 Aug 2022 16:19:22 +0200 Subject: [PATCH] go1.19 fmt --- pkg/golinters/staticcheck_common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/golinters/staticcheck_common.go b/pkg/golinters/staticcheck_common.go index 35d473883940..b421d30c1059 100644 --- a/pkg/golinters/staticcheck_common.go +++ b/pkg/golinters/staticcheck_common.go @@ -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{}