ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Proposal: HTML output file

Open ryan-cpi opened this issue 2 years ago • 2 comments

Would it be possible to support an output-format of HTML where the rules ID/description link back to Ruff rules page e.g F401 and the lines/files have clickable links going into the files its raising issues against. Having a summary at the end of this file might also be nice here.

Something blended between the grouped output and HTML would be fitting for CI artefacts.

ryan-cpi avatar Oct 26 '23 10:10 ryan-cpi

Supporting this request: sometimes fully-contained html report might be much more prefferable to other formats.

Dalenir avatar Feb 28 '24 14:02 Dalenir

I would love this feature!!! I currently use flake8 with quite a few plugins, and I don't want to switch until I can generate an HTML report.

JCHacking avatar Apr 24 '24 07:04 JCHacking