File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -197,13 +197,7 @@ func init() {
197
197
{analyzer : fillreturns .Analyzer },
198
198
{analyzer : nonewvars .Analyzer },
199
199
{analyzer : noresultvalues .Analyzer },
200
- // TODO(rfindley): why isn't the 'unusedvariable' analyzer enabled, if it
201
- // is only enhancing type errors with suggested fixes?
202
- //
203
- // In particular, enabling this analyzer could cause unused variables to be
204
- // greyed out, (due to the 'deletions only' fix). That seems like a nice UI
205
- // feature.
206
- {analyzer : unusedvariable .Analyzer , nonDefault : true },
200
+ {analyzer : unusedvariable .Analyzer , nonDefault : true }, // not fully baked; see #54373
207
201
}
208
202
for _ , analyzer := range analyzers {
209
203
DefaultAnalyzers [analyzer .analyzer .Name ] = analyzer
You can’t perform that action at this time.
0 commit comments