Add --statistics-noqa
Open
cli
suppression
- Dominant language
- Rust
- Stars
- 49.6k
- Forks
- 2.4k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 458
Description
This is similar to ``--statistics`` but instead of tracking failures would track ignored failures. Would be exclusive flag with ``--statistics``.
Contributor guide
Research direction
Start by locating Ruff's existing --statistics implementation and the CLI flag definitions that govern its behavior. Confirm how ignored failures are represented, then implement the mutually exclusive --statistics-noqa behavior and add or update coverage so the new flag reports ignored failures without combining with --statistics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100