tools icon indicating copy to clipboard operation
tools copied to clipboard

go/analysis: add -category=... filter flag to driver commands

Open spencerschrock opened this issue 7 months ago • 10 comments

The filter accepts a comma-separated list of categories (or categories negated with -) and then only reports diagnostics with categories in that set (or its complement).

Fixes golang/go#72008

spencerschrock avatar Mar 06 '25 20:03 spencerschrock