We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4500707 commit 145fcf1Copy full SHA for 145fcf1
pkg/golinters/staticcheck_common.go
@@ -98,6 +98,7 @@ func staticCheckConfig(settings *config.StaticCheckSettings) *scconfig.Config {
98
}
99
100
// https://github.com/dominikh/go-tools/blob/9bf17c0388a65710524ba04c2d821469e639fdc2/lintcmd/lint.go#L437-L477
101
+//
102
//nolint:gocritic // Keep the original source code.
103
func filterAnalyzerNames(analyzers []string, checks []string) map[string]bool {
104
allowedChecks := map[string]bool{}
0 commit comments