Skip to content

Commit

Permalink
Disables composite analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Guan Gui committed Jun 5, 2019
1 parent 8aaa148 commit a9ca269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/lsp/source/diagnostics.go
Expand Up @@ -18,7 +18,6 @@ import (
"golang.org/x/tools/go/analysis/passes/bools"
"golang.org/x/tools/go/analysis/passes/buildtag"
"golang.org/x/tools/go/analysis/passes/cgocall"
"golang.org/x/tools/go/analysis/passes/composite"
"golang.org/x/tools/go/analysis/passes/copylock"
"golang.org/x/tools/go/analysis/passes/httpresponse"
"golang.org/x/tools/go/analysis/passes/loopclosure"
Expand Down Expand Up @@ -244,7 +243,7 @@ func runAnalyses(ctx context.Context, v View, pkg Package, report func(a *analys
bools.Analyzer,
buildtag.Analyzer,
cgocall.Analyzer,
composite.Analyzer,
// composite.Analyzer,
copylock.Analyzer,
httpresponse.Analyzer,
loopclosure.Analyzer,
Expand Down

0 comments on commit a9ca269

Please sign in to comment.