idea: add generic name to rule violations if message
contains formatted strings when output in --statistics
#11097
Milestone
message
contains formatted strings when output in --statistics
#11097
This is probably a bit of a stretch to ask, but running
ruff check --select=ANN201 --statistics
for example will show something likeWhich obviously does not actually apply to all 25445 instances of the ANN201 violations.
So I propose some generic analogue to
Violation::message
but for the basic violation. In this case,Missing return type annotation for public function
.Of course, this suggestion applies to all violations with formatted strings.
The text was updated successfully, but these errors were encountered: