lordmauve / flake8-html

Generate HTML reports of flake8 violations
Other
52 stars 17 forks source link

Collapse same error multiple times on the same line #5

Closed lordmauve closed 7 years ago

lordmauve commented 7 years ago

Description

When multiple errors with the same error code appear on the same line, we show the code for that line several times. This is overly repetitive and noisy.

We should show the warning only once, or if the warnings differ, show the line of code only once.

lordmauve commented 7 years ago

This happens in both the report view and the annotated source.