Problem
--quiet only filters warnings from text output. When using --format json --quiet, warnings are still included in the JSON.
Proposal
When --quiet is used with --format json, filter warning results from the JSON output as well. Keep the warningCount field accurate to the filtered results.
Acceptance Criteria
Labels
enhancement, cli
Problem
--quietonly filters warnings from text output. When using--format json --quiet, warnings are still included in the JSON.Proposal
When
--quietis used with--format json, filter warning results from the JSON output as well. Keep thewarningCountfield accurate to the filtered results.Acceptance Criteria
--format json --quietexcludes warning results from JSONwarningCountreflects filtered countLabels
enhancement, cli