astral-sh / ruff

An extremely fast Python linter and code formatter, written in Rust.
https://docs.astral.sh/ruff
MIT License
33k stars 1.1k forks source link

Please host the output of `ruff rules -all --output-format json` on the docs website somewhere #14506

Open onerandomusername opened 1 day ago

onerandomusername commented 1 day ago

I've created an integration for ruff, but I don't want to regen the rules every time ruff is updated, so I'm wondering if its possible for the the json file to be published online.

We already sorta talked about this and I'm kinda just making an issue so it doesn't get buried.

This would power one of the integrations within the official Discord that can view all of the rules for ruff.

Currently, I'm using a locally generated and vendored file, but that'll get out of sync pretty quick. image image image

Here's an invite to the discord, if anyone wants to join but hasn't yet. https://discord.gg/astral-sh Integration source code here: https://github.com/onerandomusername/monty-python