lordmauve / flake8-html

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

Long issues don't display #19

Open KTibow opened 3 years ago

KTibow commented 3 years ago

Description

When I use the wemake-python-styleguide flake8 extension, it creates long errors, such as WPS301. This doesn't fit: image It should have a larger bubble instead.

What I Did

➜  scheduler-component git:(isort) python3 -m flake8 --format html --htmldir report --inline-quotes double .
.\custom_components\scheduler\config_flow.py has issues: medium: 4 low: 3
.\custom_components\scheduler\const.py has issues: medium: 28 low: 1
.\custom_components\scheduler\datacollection.py has issues: medium: 159 low: 86
.\custom_components\scheduler\helpers.py has issues: medium: 48 low: 28
.\custom_components\scheduler\switch.py has issues: medium: 95 low: 82
.\custom_components\scheduler\__init__.py has issues: medium: 26 low: 37
KTibow commented 3 years ago

Sorry, accidentally pressed enter, I'll enter in the details.