ruff-report
– a browser tool for slicing and dicing a Ruff report
#5078
akx
started this conversation in
Show and tell
Replies: 1 comment
-
This is really cool! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I wrote a small React tool for slicing and dicing Ruff JSON reports called, aptly enough,
ruff-report
(and this is what I needed #5059 for 😁).This was really a "scratch-my-own-itch" thing – when you slap Ruff on an existing codebase with
--select=ALL
, it's nice to be able to see a summary of issues that might be easy pickings forselect
ing into the configuration, and then go from there.You can filter the full report by package, module, code class, fixability, etc. for a better view, as it were.
I figured it might be useful for other folks too! It's probably a bit
ruffrough around the edges (especially don't try with any old random JSON file, it'll probably crash on you), and the design is really just Mantine's defaults. PRs and ideas are very welcome!Links
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions